diff --git a/InstallationScript/Install.nsi b/InstallationScript/Install.nsi index 764b9e5..16df52b 100644 --- a/InstallationScript/Install.nsi +++ b/InstallationScript/Install.nsi @@ -3,7 +3,7 @@ !define DESCRIPTION "Toastify adds global hotkeys and toast notifications to Spotify" !define VERSIONMAJOR 1 !define VERSIONMINOR 10 -!define VERSIONBUILD 10 +!define VERSIONBUILD 11 !define HELPURL "https://github.com/aleab/toastify/issues" !define UPDATEURL "https://github.com/aleab/toastify/releases" !define ABOUTURL "https://aleab.github.io/toastify/" diff --git a/Toastify/Properties/AssemblyInfo.cs b/Toastify/Properties/AssemblyInfo.cs index 47748ac..d65f2bf 100644 --- a/Toastify/Properties/AssemblyInfo.cs +++ b/Toastify/Properties/AssemblyInfo.cs @@ -51,11 +51,11 @@ // 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.10.10.*")] +[assembly: AssemblyVersion("1.10.11.*")] #pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision #if DEBUG -[assembly: AssemblyFileVersion("1.10.10 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.11 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.10 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.11 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision diff --git a/Toastify/version b/Toastify/version index 58084a6..4f788a9 100644 --- a/Toastify/version +++ b/Toastify/version @@ -1 +1 @@ -1.10.10 \ No newline at end of file +1.10.11 \ No newline at end of file diff --git a/ToastifyAPI/Properties/AssemblyInfo.cs b/ToastifyAPI/Properties/AssemblyInfo.cs index c661839..161dfa5 100644 --- a/ToastifyAPI/Properties/AssemblyInfo.cs +++ b/ToastifyAPI/Properties/AssemblyInfo.cs @@ -31,11 +31,11 @@ // 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.10.10.*")] +[assembly: AssemblyVersion("1.10.11.*")] #pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision #if DEBUG -[assembly: AssemblyFileVersion("1.10.10 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.11 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.10 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.11 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision