From 49563a00d3701c237ed5c492141ccba227015069 Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:11:37 -0500 Subject: [PATCH] dll bump --- GestureLock/Properties/AssemblyInfo.cs | 2 +- GestureLock/format.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/GestureLock/Properties/AssemblyInfo.cs b/GestureLock/Properties/AssemblyInfo.cs index 83a8d04..91ee63a 100644 --- a/GestureLock/Properties/AssemblyInfo.cs +++ b/GestureLock/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace GestureLock.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/GestureLock/format.json b/GestureLock/format.json index d10f56c..f877190 100644 --- a/GestureLock/format.json +++ b/GestureLock/format.json @@ -1,7 +1,7 @@ { "_id": 93, "name": "GestureLock", - "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/GestureLock/releases/download/r3/GestureLock.dll", + "downloadlink": "https://github.com/NotAKidOnSteam/GestureLock/releases/download/r4/GestureLock.dll", "sourcelink": "https://github.com/NotAKidOnSteam/GestureLock/", - "changelog": "Use SteamVR Controller Gesture Lock binding instead of touch input.", + "changelog": "Gesture recognizer now works properly while gestures are locked.\nCan pull camera out with gestures while locked.", "embedcolor": "804221" } \ No newline at end of file