This commit is contained in:
NotAKidoS 2023-02-17 06:32:30 -06:00
parent 5984d68495
commit 4ca30fe5cd
2 changed files with 5 additions and 5 deletions

View file

@ -25,6 +25,6 @@ using System.Reflection;
namespace NAK.Melons.DesktopVRSwitch.Properties; namespace NAK.Melons.DesktopVRSwitch.Properties;
internal static class AssemblyInfoParams internal static class AssemblyInfoParams
{ {
public const string Version = "4.2.4"; public const string Version = "4.3.0";
public const string Author = "NotAKidoS"; public const string Author = "NotAKidoS";
} }

View file

@ -1,8 +1,8 @@
{ {
"_id": 103, "_id": 103,
"name": "DesktopVRSwitch", "name": "DesktopVRSwitch",
"modversion": "3.0.0", "modversion": "4.3.0",
"gameversion": "2022r169p1", "gameversion": "2022r170",
"loaderversion": "0.5.7", "loaderversion": "0.5.7",
"modtype": "Mod", "modtype": "Mod",
"author": "NotAKidoS", "author": "NotAKidoS",
@ -16,8 +16,8 @@
"requirements": [ "requirements": [
"None" "None"
], ],
"downloadlink": "https://github.com/NotAKidOnSteam/DesktopVRSwitch/releases/download/r3/DesktopVRSwitch.dll", "downloadlink": "https://github.com/NotAKidOnSteam/DesktopVRSwitch/releases/download/v4.3.0/DesktopVRSwitch.dll",
"sourcelink": "https://github.com/NotAKidOnSteam/DesktopVRSwitch/", "sourcelink": "https://github.com/NotAKidOnSteam/DesktopVRSwitch/",
"changelog": "Initial CVRMG Release", "changelog": "Backported from the Experimental build and patched up to handle OpenVR.",
"embedcolor": "3498db" "embedcolor": "3498db"
} }