diff --git a/MinecraftUSkinEditor/Classes/Network.cs b/MinecraftUSkinEditor/Classes/Network.cs index 0a57d0d9..812e7071 100644 --- a/MinecraftUSkinEditor/Classes/Network.cs +++ b/MinecraftUSkinEditor/Classes/Network.cs @@ -6,7 +6,7 @@ namespace PckStudio.Classes { class Network { - public static string Version = "6.41"; + public static string Version = "6.5"; public static bool Beta = true; public static bool Portable = false; public static bool NeedsUpdate = false; diff --git a/PckStudio.Installer/Product.wxs b/PckStudio.Installer/Product.wxs index 2ad71e4e..16aa732b 100644 --- a/PckStudio.Installer/Product.wxs +++ b/PckStudio.Installer/Product.wxs @@ -3,7 +3,7 @@