diff --git a/Packaging/Package.appxmanifest b/Packaging/Package.appxmanifest index 44d6932..1b7b1ad 100644 --- a/Packaging/Package.appxmanifest +++ b/Packaging/Package.appxmanifest @@ -10,7 +10,7 @@ + Version="1.0.24.0" /> SystemTrayMenu diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 9fc8e14..03ecd2c 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.23.0")] -[assembly: AssemblyFileVersion("1.0.23.0")] +[assembly: AssemblyVersion("1.0.24.0")] +[assembly: AssemblyFileVersion("1.0.24.0")]