diff --git a/UWPHook.nsi b/UWPHook.nsi index 9137fb6..d2c0bc9 100644 --- a/UWPHook.nsi +++ b/UWPHook.nsi @@ -11,7 +11,7 @@ !define APP_NAME "UWPHook" !define COMP_NAME "Briano" !define WEB_SITE "https://briano.dev" -!define VERSION "2.11.00.00" +!define VERSION "2.12.00.00" !define COPYRIGHT "Briano � 2020 2021 2022" !define DESCRIPTION "The easy way to add UWP and XGP games to Steam" !define LICENSE_TXT "C:\Users\Brian\Documents\GitHub\UWPHook\README.md" diff --git a/UWPHook/Properties/AssemblyInfo.cs b/UWPHook/Properties/AssemblyInfo.cs index c45f1b0..1f5f44e 100644 --- a/UWPHook/Properties/AssemblyInfo.cs +++ b/UWPHook/Properties/AssemblyInfo.cs @@ -51,6 +51,6 @@ using System.Windows; // 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("2.11.0.0")] -[assembly: AssemblyFileVersion("2.11.0.0")] +[assembly: AssemblyVersion("2.12.0.0")] +[assembly: AssemblyFileVersion("2.12.0.0")] [assembly: NeutralResourcesLanguage("en")]