From 33fd807cfd6cd5d189ca310a61fa2a63ca14204e Mon Sep 17 00:00:00 2001 From: Felix Miller Date: Tue, 10 May 2022 18:50:00 -0400 Subject: [PATCH] Misc building changes for release --- MinecraftUSkinEditor/Classes/Network.cs | 2 +- PckStudio.Installer/Product.wxs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@