From 061eb18671726fe57359ff93ebc113ac5ec178ec Mon Sep 17 00:00:00 2001 From: FS <47338369+TCOSFS@users.noreply.github.com> Date: Thu, 18 Aug 2022 19:10:47 -0500 Subject: [PATCH] bump --- VRCPlates/VRCPlates.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VRCPlates/VRCPlates.cs b/VRCPlates/VRCPlates.cs index dc5a08d..ac365e1 100644 --- a/VRCPlates/VRCPlates.cs +++ b/VRCPlates/VRCPlates.cs @@ -3,7 +3,7 @@ using UnityEngine; using VRCPlates.Compatibility; -[assembly: MelonInfo(typeof(VRCPlates.VRCPlates), "VRCPlates", "1.0.5", ".FS.#8519")] +[assembly: MelonInfo(typeof(VRCPlates.VRCPlates), "VRCPlates", "1.0.6", ".FS.#8519")] [assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")] namespace VRCPlates;