diff --git a/Assets/Tork/CHANGELOG.md b/Assets/Tork/CHANGELOG.md index 640fc99..218cefa 100644 --- a/Assets/Tork/CHANGELOG.md +++ b/Assets/Tork/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/adrenak/tork/compare/v2.2.0...v2.3.0) (2020-05-02) + + +### Features + +* Remove input stuff. ([97f4eba](https://github.com/adrenak/tork/commit/97f4eba7e52b8effff5a2ed14bd0c201b647b21f)) + # [2.2.0](https://github.com/adrenak/tork/compare/v2.1.1...v2.2.0) (2020-04-26) diff --git a/Assets/Tork/package.json b/Assets/Tork/package.json index 6b0f68e..1c124b3 100644 --- a/Assets/Tork/package.json +++ b/Assets/Tork/package.json @@ -1,6 +1,6 @@ { "name": "com.adrenak.tork", - "version": "2.2.0", + "version": "2.3.0", "displayName": "Tork", "description": "Arcade vehicle physics for Unity.", "unity": "2018.4",