diff --git a/Packages/tlp.udonuianimators/README.md b/Packages/tlp.udonuianimators/README.md index e8929de..ae2c4b8 100644 --- a/Packages/tlp.udonuianimators/README.md +++ b/Packages/tlp.udonuianimators/README.md @@ -9,6 +9,13 @@ Install via VRChat Creator companion using my [VPM Listing](https://guribo.githu All notable changes to this project will be documented in this file. +### [1.2.2] - 2024-06-02 + +#### ⚙️ Miscellaneous Tasks + +- Support UdonUtils 8.2.0 +- Bump version + ### [1.2.1] - 2024-05-26 #### ⚙️ Miscellaneous Tasks diff --git a/Packages/tlp.udonuianimators/package.json b/Packages/tlp.udonuianimators/package.json index 2bff65f..41f1f65 100644 --- a/Packages/tlp.udonuianimators/package.json +++ b/Packages/tlp.udonuianimators/package.json @@ -1,7 +1,7 @@ { "name": "tlp.udonuianimators", "displayName": "TLP UdonUiAnimators", - "version": "1.2.1", + "version": "1.2.2", "description": "Extendable, programmable animator system that does not rely on Unity Animators.", "gitDependencies": {}, "author": { @@ -10,7 +10,7 @@ }, "vpmDependencies": { "com.vrchat.worlds": "3.6.x", - "tlp.udonutils": "8.1.x" + "tlp.udonutils": "8.2.x" }, "unity": "2022.3" } \ No newline at end of file diff --git a/README.md b/README.md index e8929de..ae2c4b8 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ Install via VRChat Creator companion using my [VPM Listing](https://guribo.githu All notable changes to this project will be documented in this file. +### [1.2.2] - 2024-06-02 + +#### ⚙️ Miscellaneous Tasks + +- Support UdonUtils 8.2.0 +- Bump version + ### [1.2.1] - 2024-05-26 #### ⚙️ Miscellaneous Tasks