Latest version

This commit is contained in:
Bob Da Ross
2021-07-28 23:15:07 -05:00
parent 2c12c9658e
commit 5d89324b92
2 changed files with 3 additions and 3 deletions

View File

@@ -33,6 +33,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.3.0.3")] [assembly: AssemblyVersion("1.3.0.4")]
[assembly: AssemblyFileVersion("1.3.0.3")] [assembly: AssemblyFileVersion("1.3.0.4")]
[assembly: NeutralResourcesLanguage("en")] [assembly: NeutralResourcesLanguage("en")]

View File

@@ -106,7 +106,7 @@ namespace SeamlessClientPlugin
public static string Version = "1.3.03"; public static string Version = "1.3.04";
public static bool Debug = false; public static bool Debug = false;
private static bool Initilized = false; private static bool Initilized = false;