Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
v1.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
aleab committed Sep 19, 2018
1 parent 77c9d22 commit 56051a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion InstallationScript/Install.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion Toastify/Toastify.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<TimeOfDayTotalSeconds>$([MSBuild]::Divide($([System.DateTime]::get_Now().get_TimeOfDay().get_TotalSeconds()), 2).ToString('F0'))</TimeOfDayTotalSeconds>
<Revision>$(TimeOfDayTotalSeconds)</Revision>
<Revision Condition="'$(Configuration)' != 'Windows (Release)'">0</Revision>
<Version>1.10.13</Version>
<Version>1.10.14</Version>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version).$(Revision)</FileVersion>
<AssemblyName>Toastify</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion Toastify/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.13
1.10.14
6 changes: 3 additions & 3 deletions ToastifyAPI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 56051a9

Please sign in to comment.