[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";
}