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

Commit

Permalink
v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleab committed Sep 11, 2019
1 parent fbebb96 commit bed7558
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 11
!define VERSIONBUILD 1
!define VERSIONBUILD 2
!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.11.1</Version>
<Version>1.11.2</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.11.1
1.11.2
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.11.1.*")]
[assembly: AssemblyVersion("1.11.2.*")]
#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
#if DEBUG
[assembly: AssemblyFileVersion("1.11.1 [DEBUG BUILD]")]
[assembly: AssemblyFileVersion("1.11.2 [DEBUG BUILD]")]
#elif TEST_RELEASE
[assembly: AssemblyFileVersion("1.11.1 [TEST BUILD]")]
[assembly: AssemblyFileVersion("1.11.2 [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 bed7558

Please sign in to comment.