Skip to content

Commit

Permalink
Version up to 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Klocman committed Mar 4, 2023
1 parent 1144578 commit c63ae89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions installer/BcuSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
#define MyAppPublisher "Marcin Szeniak"
#define MyAppURL "https://github.com/Klocman/Bulk-Crap-Uninstaller"
#define MyAppExeName "BCUninstaller.exe"
#define MyAppCopyright "Copyright 2018 Marcin Szeniak"
#define MyAppCopyright "Copyright 2023 Marcin Szeniak"

#define MyAppVersion "5.4.0.0"
#define MyAppVersionShort "5.4"
#define MyAppVersion "5.5.0.0"
#define MyAppVersionShort "5.5"

#define InputDir "..\bin\publish"

Expand Down
2 changes: 1 addition & 1 deletion source/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("5.4.0.0")]
[assembly: AssemblyVersion("5.5.0.0")]

0 comments on commit c63ae89

Please sign in to comment.