diff --git a/MinecraftUSkinEditor/Classes/Network.cs b/MinecraftUSkinEditor/Classes/Network.cs index 03fa1f5b..0a57d0d9 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.4"; + public static string Version = "6.41"; 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 2e40bac5..2ad71e4e 100644 --- a/PckStudio.Installer/Product.wxs +++ b/PckStudio.Installer/Product.wxs @@ -3,7 +3,7 @@