From 63fb24478f55822b9b944f6ef93813bb663192d0 Mon Sep 17 00:00:00 2001 From: FS <47338369+TCOSFS@users.noreply.github.com> Date: Sun, 31 Jul 2022 21:50:43 -0500 Subject: [PATCH] Bump Version --- VRCPlates/VRCPlates.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/VRCPlates/VRCPlates.cs b/VRCPlates/VRCPlates.cs index d1e06e3..a38f0c0 100644 --- a/VRCPlates/VRCPlates.cs +++ b/VRCPlates/VRCPlates.cs @@ -4,9 +4,8 @@ using UnityEngine; using VRCPlates.Compatibility; -[assembly: MelonInfo(typeof(VRCPlates.VRCPlates), "VRCPlates", "0.0.1", ".FS.#8519")] +[assembly: MelonInfo(typeof(VRCPlates.VRCPlates), "VRCPlates", "1.0.0", ".FS.#8519")] [assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")] -[assembly: MelonOptionalDependencies("UIExpansionKit")] namespace VRCPlates; public class VRCPlates : MelonMod