diff --git a/Assets/extOSC/package.json b/Assets/extOSC/package.json index 533ad4a..0b5df1f 100644 --- a/Assets/extOSC/package.json +++ b/Assets/extOSC/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extosc", "displayName": "extOSC", - "version": "1.19.14", + "version": "1.19.15", "unity": "2018.1", "description": "extOSC (Open Sound Control Protocol) is a tool dedicated to simplify creation of applications with OSC protocol usage in Unity.", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8723f43..ce46472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.19.15](https://github.com/Iam1337/extOSC/compare/v1.19.14...v1.19.15) (2022-01-24) + + +### Bug Fixes + +* **ci:** another ci fix ([800b075](https://github.com/Iam1337/extOSC/commit/800b07535fb2fd8b5c948faa8606bb8558c44805)) + ## [1.19.14](https://github.com/Iam1337/extOSC/compare/v1.19.13...v1.19.14) (2022-01-24)