From 56051a948b9b7c5eff1a2b54ed430148ca8ab599 Mon Sep 17 00:00:00 2001 From: Alessandro Attard Barbini <11708634+aleab@users.noreply.github.com> Date: Wed, 19 Sep 2018 12:31:27 +0200 Subject: [PATCH] v1.10.14 --- InstallationScript/Install.nsi | 2 +- Toastify/Toastify.csproj | 2 +- Toastify/version | 2 +- ToastifyAPI/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/InstallationScript/Install.nsi b/InstallationScript/Install.nsi index 7f6626c6..2aba6fa4 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 13 +!define VERSIONBUILD 14 !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/Toastify.csproj b/Toastify/Toastify.csproj index a3f0f070..575d8653 100644 --- a/Toastify/Toastify.csproj +++ b/Toastify/Toastify.csproj @@ -22,7 +22,7 @@ $([MSBuild]::Divide($([System.DateTime]::get_Now().get_TimeOfDay().get_TotalSeconds()), 2).ToString('F0')) $(TimeOfDayTotalSeconds) 0 - 1.10.13 + 1.10.14 $(Version) $(Version).$(Revision) Toastify diff --git a/Toastify/version b/Toastify/version index d9de3aaf..272f2e3f 100644 --- a/Toastify/version +++ b/Toastify/version @@ -1 +1 @@ -1.10.13 \ No newline at end of file +1.10.14 \ No newline at end of file diff --git a/ToastifyAPI/Properties/AssemblyInfo.cs b/ToastifyAPI/Properties/AssemblyInfo.cs index 70f3b916..f641e9a9 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.13.*")] +[assembly: AssemblyVersion("1.10.14.*")] #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.13 [DEBUG BUILD]")] +[assembly: AssemblyFileVersion("1.10.14 [DEBUG BUILD]")] #elif TEST_RELEASE -[assembly: AssemblyFileVersion("1.10.13 [TEST BUILD]")] +[assembly: AssemblyFileVersion("1.10.14 [TEST BUILD]")] #endif #pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision