From 8c7cecf521e271bfe76189ec5ddc10147747ca0f Mon Sep 17 00:00:00 2001 From: Alessandro Attard Barbini <11708634+aleab@users.noreply.github.com> Date: Fri, 31 Aug 2018 17:51:53 +0200 Subject: [PATCH] v1.10.10 --- InstallationScript/Install.nsi | 2 +- Toastify/Properties/AssemblyInfo.cs | 6 +++--- Toastify/version | 2 +- ToastifyAPI/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/InstallationScript/Install.nsi b/InstallationScript/Install.nsi index 6fc31673..c7149568 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 9 +!define VERSIONBUILD 10 !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 4af29b20..47748ace 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.9.*")] +[assembly: AssemblyVersion("1.10.10.*")] #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.9 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.10 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.9 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.10 [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 0203dc6b..58084a6a 100644 --- a/Toastify/version +++ b/Toastify/version @@ -1 +1 @@ -1.10.9 \ No newline at end of file +1.10.10 \ No newline at end of file diff --git a/ToastifyAPI/Properties/AssemblyInfo.cs b/ToastifyAPI/Properties/AssemblyInfo.cs index a9e0d7c6..c6618398 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.9.*")] +[assembly: AssemblyVersion("1.10.10.*")] #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.9 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.10 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.9 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.10 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision