From 4ca30fe5cde8cbf3946f5a8b88e1c720dff7b99e Mon Sep 17 00:00:00 2001 From: NotAKidoS <37721153+NotAKidOnSteam@users.noreply.github.com> Date: Fri, 17 Feb 2023 06:32:30 -0600 Subject: [PATCH] bump --- DesktopVRSwitch/Properties/AssemblyInfo.cs | 2 +- DesktopVRSwitch/format.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DesktopVRSwitch/Properties/AssemblyInfo.cs b/DesktopVRSwitch/Properties/AssemblyInfo.cs index 35df6ca..e8d2180 100644 --- a/DesktopVRSwitch/Properties/AssemblyInfo.cs +++ b/DesktopVRSwitch/Properties/AssemblyInfo.cs @@ -25,6 +25,6 @@ using System.Reflection; namespace NAK.Melons.DesktopVRSwitch.Properties; internal static class AssemblyInfoParams { - public const string Version = "4.2.4"; + public const string Version = "4.3.0"; public const string Author = "NotAKidoS"; } \ No newline at end of file diff --git a/DesktopVRSwitch/format.json b/DesktopVRSwitch/format.json index df073eb..6a72e2c 100644 --- a/DesktopVRSwitch/format.json +++ b/DesktopVRSwitch/format.json @@ -1,8 +1,8 @@ { "_id": 103, "name": "DesktopVRSwitch", - "modversion": "3.0.0", - "gameversion": "2022r169p1", + "modversion": "4.3.0", + "gameversion": "2022r170", "loaderversion": "0.5.7", "modtype": "Mod", "author": "NotAKidoS", @@ -16,8 +16,8 @@ "requirements": [ "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/", - "changelog": "Initial CVRMG Release", + "changelog": "Backported from the Experimental build and patched up to handle OpenVR.", "embedcolor": "3498db" } \ No newline at end of file