[NAK_CVR_Mods] Bump version numbers to MelonLoader 0.6.1

Forgot that all of my mods are compiled with 0.6.1 now.
This commit is contained in:
NotAKidoS 2023-06-20 17:09:22 -05:00
parent e8fc4e90ff
commit 70ae268149
30 changed files with 64 additions and 58 deletions

View file

@ -20,12 +20,12 @@ using System.Reflection;
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonColor(ConsoleColor.DarkCyan)]
[assembly: MelonColor(255, 139, 139, 0)]
[assembly: HarmonyDontPatchAll]
namespace NAK.DesktopVRSwitch.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.3.6";
public const string Version = "4.4.0";
public const string Author = "NotAKidoS";
}

View file

@ -1,9 +1,9 @@
{
"_id": 103,
"name": "DesktopVRSwitch",
"modversion": "4.3.5",
"gameversion": "2022r170",
"loaderversion": "0.5.7",
"modversion": "4.4.0",
"gameversion": "2022r170p1",
"loaderversion": "0.6.1",
"modtype": "Mod",
"author": "NotAKidoS",
"description": "Allows you to switch between Desktop and VR with a keybind.\n**Press Control + F6 to switch.**\n\nWhile this mod is a nice convienence feature to have access to, not every chillout system or mod is built to support it. I cannot possibly cover every edge case or mitigate issues with every mod. **Use at your own discretion.**",