diff --git a/Packages/tlp.udonvoiceutils/README.md b/Packages/tlp.udonvoiceutils/README.md index 633a093..8bd9b17 100644 --- a/Packages/tlp.udonvoiceutils/README.md +++ b/Packages/tlp.udonvoiceutils/README.md @@ -335,6 +335,12 @@ This includes: All notable changes to this project will be documented in this file. +### [2.0.1] - 2024-12-11 + +#### 🐛 Bug Fixes + +- Prevent update to incompatible sdks + ### [2.0.0] - 2024-12-11 #### ⚙️ Miscellaneous Tasks diff --git a/Packages/tlp.udonvoiceutils/package.json b/Packages/tlp.udonvoiceutils/package.json index 3a15de4..f4b15f7 100644 --- a/Packages/tlp.udonvoiceutils/package.json +++ b/Packages/tlp.udonvoiceutils/package.json @@ -1,7 +1,7 @@ { "name": "tlp.udonvoiceutils", "displayName": "TLP UdonVoiceUtils", - "version": "2.0.0", + "version": "2.0.1", "description": "Contains a collection of player voice related scripts/components for VRChat worlds.", "gitDependencies": {}, "legacyFolders": { @@ -14,6 +14,7 @@ "url": "https://github.com/Guribo" }, "vpmDependencies": { + "com.vrchat.worlds": "3.7.3", "tlp.udonutils": "10.0.x" }, "unity": "2022.3" diff --git a/README.md b/README.md index 633a093..8bd9b17 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,12 @@ This includes: All notable changes to this project will be documented in this file. +### [2.0.1] - 2024-12-11 + +#### 🐛 Bug Fixes + +- Prevent update to incompatible sdks + ### [2.0.0] - 2024-12-11 #### ⚙️ Miscellaneous Tasks