From 33d0714429bdf8bf29a462bed8aa8eca9a6817c0 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Sat, 1 Oct 2022 19:16:04 -0500 Subject: [PATCH] cvrmg info --- MenuScalePatch/Properties/AssemblyInfo.cs | 2 +- MenuScalePatch/format.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MenuScalePatch/Properties/AssemblyInfo.cs b/MenuScalePatch/Properties/AssemblyInfo.cs index 0e3ac90..20d8b73 100644 --- a/MenuScalePatch/Properties/AssemblyInfo.cs +++ b/MenuScalePatch/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace MenuScalePatch.Properties; internal static class AssemblyInfoParams { - public const string Version = "1.1.0"; + public const string Version = "1.1.1"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/MenuScalePatch/format.json b/MenuScalePatch/format.json index 1d4c231..b3e377b 100644 --- a/MenuScalePatch/format.json +++ b/MenuScalePatch/format.json @@ -1,7 +1,7 @@ { "_id": 95, "name": "MenuScalePatch", - "modversion": "1.1.0", + "modversion": "1.1.1", "gameversion": "2022r168", "loaderversion": "0.5.4", "modtype": "Mod", @@ -16,8 +16,8 @@ "requirements": [ "None" ], - "downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/r2/MenuScalePatch.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/MenuScalePatch/releases/download/r3/MenuScalePatch.dll", "sourcelink": "https://github.com/NotAKidOnSteam/MenuScalePatch/", - "changelog": "Added option to scale player collision. Fixed some VR specific issues.", + "changelog": "Fixed collision center. Collision no longer disconnects from avatar when moving roomscale.", "embedcolor": "804221" } \ No newline at end of file