Update Network class

This commit is contained in:
Felix Miller
2022-04-30 13:16:22 -04:00
parent 449c64eb0d
commit d9d723094f
2 changed files with 2 additions and 2 deletions

View File

@@ -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;

View File

@@ -3,7 +3,7 @@
<Product Id="*"
Name="PCK Studio"
Language="1033"
Version="6.4.0.1"
Version="6.4.0.2"
Manufacturer="PhoenixARC"
UpgradeCode="0bfb1026-21f2-4552-ad71-ca90aae10a25">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perUser" />