diff --git a/Assets/extOSC.InEditor/package.json b/Assets/extOSC.InEditor/package.json index 5001587..873d20a 100644 --- a/Assets/extOSC.InEditor/package.json +++ b/Assets/extOSC.InEditor/package.json @@ -1,7 +1,7 @@ { "name": "com.iam1337.extosc.ineditor", "displayName": "extOSC.InEditor", - "version": "1.0.8", + "version": "1.0.9", "unity": "2021.1", "description": "Allows you to use all features of extOSC directly into the Unity Editor.", "license": "MIT", diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1a169..68be8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.9](https://github.com/Iam1337/extOSC.InEditor/compare/v1.0.8...v1.0.9) (2022-01-24) + + +### Bug Fixes + +* **ci:** try another ci code ([4816987](https://github.com/Iam1337/extOSC.InEditor/commit/481698762ae9e423ff1537823b45b75018bcae36)) + ## [1.0.8](https://github.com/Iam1337/extOSC.InEditor/compare/v1.0.7...v1.0.8) (2022-01-24)