From d2b63a1bd61f79f0fef24c0aeb4ac758e5c3e298 Mon Sep 17 00:00:00 2001 From: blep Date: Mon, 27 Jan 2025 23:14:47 +0100 Subject: [PATCH] Update package --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62dda65..6839e40 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ Unity's Package manager, while supporting git, does not come with any embedded git install, so this will only work if you have [git](https://git-scm.com/download/win) installed beforehand. - Open Unity's Package Manager and add the git url: -```https://github.com/blepmlem/VRChat-Expression-Utility.git#2.5.1``` +```https://github.com/blepmlem/VRChat-Expression-Utility.git#2.5.2``` All versions come with built in update functionality. ### If you do not have git installed -- Grab the latest [Unity Package release here](https://github.com/blepmlem/VRChat-Expression-Utility/releases/download/2.5.1/VRC_Expression_Utility_2.5.1.unitypackage) +- Grab the latest [Unity Package release here](https://github.com/blepmlem/VRChat-Expression-Utility/releases/download/2.5.2/VRC_Expression_Utility_2.5.2.unitypackage) # VRChat Expression Utility This tool allows you to skip all of the tedious work when setting up new expressions in SDK3 Avatars. diff --git a/package.json b/package.json index 44e7f31..4a9bf6a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.blep.vrc-expression-utility", "displayName": "VRC Expression Utility", "description": "Simplify creating multiple types of common VRC expressions! \nAllows for automatically adding and configuring new VRC parameters, animation clips, animator layers, and more!", - "version": "2.5.1", + "version": "2.5.2", "author": { "name": "blep", "url": "https://github.com/blepmlem/VRChat-Expression-Utility"