From 5f5bfb5112d2a8299a82235b639fef37170c889e Mon Sep 17 00:00:00 2001 From: FS <47338369+TCOSFS@users.noreply.github.com> Date: Mon, 1 Aug 2022 22:59:04 -0500 Subject: [PATCH] Bump Version --- VRCPlates/VRCPlates.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VRCPlates/VRCPlates.cs b/VRCPlates/VRCPlates.cs index ce81a89..3f80c3c 100644 --- a/VRCPlates/VRCPlates.cs +++ b/VRCPlates/VRCPlates.cs @@ -4,7 +4,7 @@ using UnityEngine; using VRCPlates.Compatibility; -[assembly: MelonInfo(typeof(VRCPlates.VRCPlates), "VRCPlates", "1.0.1", ".FS.#8519")] +[assembly: MelonInfo(typeof(VRCPlates.VRCPlates), "VRCPlates", "1.0.2", ".FS.#8519")] [assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")] namespace VRCPlates;