diff --git a/BTKUILib.cs b/BTKUILib.cs index d5bf475..fc2eb88 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.2.0-preview2"; + public const string Version = "2.2.0"; } internal class BTKUILib : MelonMod