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

Commit 17adbbf

Browse files
committed
v1.10.11
1 parent 4b3d18e commit 17adbbf

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

InstallationScript/Install.nsi

Lines changed: 1 addition & 1 deletion
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 10
6-
!define VERSIONBUILD 10
6+
!define VERSIONBUILD 11
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/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.10.10.*")]
54+
[assembly: AssemblyVersion("1.10.11.*")]
5555
#pragma warning disable CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision
5656
#if DEBUG
57-
[assembly: AssemblyFileVersion("1.10.10 [DEBUG BUILD]")]
57+
[assembly: AssemblyFileVersion("1.10.11 [DEBUG BUILD]")]
5858
#elif TEST_RELEASE
59-
[assembly: AssemblyFileVersion("1.10.10 [TEST BUILD]")]
59+
[assembly: AssemblyFileVersion("1.10.11 [TEST BUILD]")]
6060
#endif
6161
#pragma warning restore CS7035 // The specified version string does not conform to the recommended format - major.minor.build.revision

Toastify/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.10
1+
1.10.11

ToastifyAPI/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
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.10.10.*")]
34+
[assembly: AssemblyVersion("1.10.11.*")]
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.10.10 [DEBUG BUILD]")]
37+
[assembly: AssemblyFileVersion("1.10.11 [DEBUG BUILD]")]
3838
#elif TEST_RELEASE
39-
[assembly: AssemblyFileVersion("1.10.10 [TEST BUILD]")]
39+
[assembly: AssemblyFileVersion("1.10.11 [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)