diff --git a/Assets/extOSC/package.json b/Assets/extOSC/package.json index 26e8442..a601826 100644 --- a/Assets/extOSC/package.json +++ b/Assets/extOSC/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extosc", "displayName": "extOSC", - "version": "1.19.12", + "version": "1.19.13", "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 f2942f9..2b04b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.19.13](https://github.com/Iam1337/extOSC/compare/v1.19.12...v1.19.13) (2022-01-24) + + +### Bug Fixes + +* **ci:** fix secret ([b7158c6](https://github.com/Iam1337/extOSC/commit/b7158c6a18abde5595160587553cf40b41525bb7)) + ## [1.19.12](https://github.com/Iam1337/extOSC/compare/v1.19.11...v1.19.12) (2022-01-24)