diff --git a/Assets/extOSC/package.json b/Assets/extOSC/package.json index 0ed7f26..0772dd0 100644 --- a/Assets/extOSC/package.json +++ b/Assets/extOSC/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extosc", "displayName": "extOSC", - "version": "1.19.3", + "version": "1.19.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 842daed..500dabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.19.4](https://github.com/Iam1337/extOSC/compare/v1.19.3...v1.19.4) (2020-10-29) + + +### Bug Fixes + +* clean meta ([ea13a36](https://github.com/Iam1337/extOSC/commit/ea13a36dd464aa432d17d467ee0713c6b91f219d)) + ## [1.19.3](https://github.com/Iam1337/extOSC/compare/v1.19.2...v1.19.3) (2020-10-29)