diff --git a/Assets/extOSC/package.json b/Assets/extOSC/package.json index f6adec9..b772d6f 100644 --- a/Assets/extOSC/package.json +++ b/Assets/extOSC/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extosc", "displayName": "extOSC", - "version": "1.20.3", + "version": "1.20.4", "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 ee6bce2..d6aa8d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.20.4](https://github.com/Iam1337/extOSC/compare/v1.20.3...v1.20.4) (2024-01-28) + + +### Bug Fixes + +* **ci:** fixed issue [#31](https://github.com/Iam1337/extOSC/issues/31) ([6658542](https://github.com/Iam1337/extOSC/commit/66585428e9b96f35f8fb49f53c0dbdfc92cc1688)) + ## [1.20.3](https://github.com/Iam1337/extOSC/compare/v1.20.2...v1.20.3) (2024-01-28)