Skip to content

Commit

Permalink
bump version up to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
strayge committed Nov 30, 2019
1 parent 7755cff commit 23ec62e
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion setup/config.iss
@@ -1,6 +1,6 @@
; Script generated by the Inno Script Studio Wizard.
#define MyAppName "TrayMonitor"
#define MyAppVersion "2.3.0"
#define MyAppVersion "2.4.0"
#define MyAppPublisher "strayge"
#define MyAppURL "https://github.com/strayge/tray-monitor"

Expand Down
4 changes: 2 additions & 2 deletions src/BatteryIcon/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// 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("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

4 changes: 2 additions & 2 deletions src/CpuIcon/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// 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("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

4 changes: 2 additions & 2 deletions src/DiskIcon/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// 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("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

4 changes: 2 additions & 2 deletions src/NetIcon/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// 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("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

4 changes: 2 additions & 2 deletions src/RamIcon/Properties/AssemblyInfo.cs
Expand Up @@ -33,7 +33,7 @@
// 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("2.3.0.0")]
[assembly: AssemblyFileVersion("2.3.0.0")]
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]
[assembly: NeutralResourcesLanguage("en-US")]

0 comments on commit 23ec62e

Please sign in to comment.