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

Commit bed7558

Browse files
committed
v1.11.2
1 parent fbebb96 commit bed7558

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

InstallationScript/Install.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!define DESCRIPTION "Toastify adds global hotkeys and toast notifications to Spotify"
44
!define VERSIONMAJOR 1
55
!define VERSIONMINOR 11
6-
!define VERSIONBUILD 1
6+
!define VERSIONBUILD 2
77
!define HELPURL "https://github.com/aleab/toastify/issues"
88
!define UPDATEURL "https://github.com/aleab/toastify/releases"
99
!define ABOUTURL "https://aleab.github.io/toastify/"

Toastify/Toastify.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<TimeOfDayTotalSeconds>$([MSBuild]::Divide($([System.DateTime]::get_Now().get_TimeOfDay().get_TotalSeconds()), 2).ToString('F0'))</TimeOfDayTotalSeconds>
2323
<Revision>$(TimeOfDayTotalSeconds)</Revision>
2424
<Revision Condition="'$(Configuration)' != 'Windows (Release)'">0</Revision>
25-
<Version>1.11.1</Version>
25+
<Version>1.11.2</Version>
2626
<AssemblyVersion>$(Version)</AssemblyVersion>
2727
<FileVersion>$(Version).$(Revision)</FileVersion>
2828
<AssemblyName>Toastify</AssemblyName>

Toastify/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.11.2

ToastifyAPI/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
// You can specify all the values or you can default the Build and Revision Numbers
3232
// by using the '*' as shown below:
3333
// [assembly: AssemblyVersion("1.0.*")]
34-
[assembly: AssemblyVersion("1.11.1.*")]
34+
[assembly: AssemblyVersion("1.11.2.*")]
3535
#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
3636
#if DEBUG
37-
[assembly: AssemblyFileVersion("1.11.1 [DEBUG BUILD]")]
37+
[assembly: AssemblyFileVersion("1.11.2 [DEBUG BUILD]")]
3838
#elif TEST_RELEASE
39-
[assembly: AssemblyFileVersion("1.11.1 [TEST BUILD]")]
39+
[assembly: AssemblyFileVersion("1.11.2 [TEST BUILD]")]
4040
#endif
4141
#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision

0 commit comments

Comments
 (0)