mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
dll bump
This commit is contained in:
parent
2b358862ab
commit
49563a00d3
2 changed files with 4 additions and 4 deletions
|
@ -25,6 +25,6 @@ using System.Reflection;
|
||||||
namespace GestureLock.Properties;
|
namespace GestureLock.Properties;
|
||||||
internal static class AssemblyInfoParams
|
internal static class AssemblyInfoParams
|
||||||
{
|
{
|
||||||
public const string Version = "1.1.0";
|
public const string Version = "1.1.1";
|
||||||
public const string Author = "NotAKidoS";
|
public const string Author = "NotAKidoS";
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_id": 93,
|
"_id": 93,
|
||||||
"name": "GestureLock",
|
"name": "GestureLock",
|
||||||
"modversion": "1.1.0",
|
"modversion": "1.1.1",
|
||||||
"gameversion": "2022r168",
|
"gameversion": "2022r168",
|
||||||
"loaderversion": "0.5.4",
|
"loaderversion": "0.5.4",
|
||||||
"modtype": "Mod",
|
"modtype": "Mod",
|
||||||
|
@ -16,8 +16,8 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"None"
|
"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/",
|
"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"
|
"embedcolor": "804221"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue