[ShareBubbles] Fixes for 2025r180

This commit is contained in:
NotAKidoS 2025-08-19 23:33:53 -05:00
parent 13e206cd58
commit a0a859aa86
14 changed files with 60 additions and 1953 deletions

View file

@ -17,7 +17,7 @@ using NAK.ShareBubbles.Properties;
downloadLink: "https://github.com/NotAKidoS/NAK_CVR_Mods/tree/main/ShareBubbles"
)]
[assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")]
[assembly: MelonGame("ChilloutVR", "ChilloutVR")]
[assembly: MelonPlatform(MelonPlatformAttribute.CompatiblePlatforms.WINDOWS_X64)]
[assembly: MelonPlatformDomain(MelonPlatformDomainAttribute.CompatibleDomains.MONO)]
[assembly: MelonColor(255, 246, 25, 99)] // red-pink
@ -27,6 +27,6 @@ using NAK.ShareBubbles.Properties;
namespace NAK.ShareBubbles.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.5";
public const string Version = "1.1.6";
public const string Author = "NotAKidoS, Exterrata, Noachi, RaidShadowLily, Tejler";
}