diff --git a/BTKUILib.cs b/BTKUILib.cs index 662f473..9551240 100644 --- a/BTKUILib.cs +++ b/BTKUILib.cs @@ -13,7 +13,7 @@ internal static class BuildInfo public const string Name = "BTKUILib"; public const string Author = "BTK Development Team"; public const string Company = "BTK Development"; - public const string Version = "2.1.3"; + public const string Version = "2.1.4"; } internal class BTKUILib : MelonMod diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index ff34a22..ed6b38b 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,8 +32,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.2.0")] -[assembly: AssemblyFileVersion("2.0.2.0")] +[assembly: AssemblyVersion("2.1.4.0")] +[assembly: AssemblyFileVersion("2.1.4.0")] [assembly: MelonInfo(typeof(BTKUILib.BTKUILib), BTKUILib.BuildInfo.Name, BTKUILib.BuildInfo.Version, BTKUILib.BuildInfo.Author)] [assembly: MelonGame("Alpha Blend Interactive", "ChilloutVR")] [assembly: MelonPriority(-10)]