Skip to content

Commit c63ae89

Browse files
committed
Version up to 5.5
1 parent 1144578 commit c63ae89

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer/BcuSetup.iss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#define MyAppPublisher "Marcin Szeniak"
44
#define MyAppURL "https://github.com/Klocman/Bulk-Crap-Uninstaller"
55
#define MyAppExeName "BCUninstaller.exe"
6-
#define MyAppCopyright "Copyright 2018 Marcin Szeniak"
6+
#define MyAppCopyright "Copyright 2023 Marcin Szeniak"
77

8-
#define MyAppVersion "5.4.0.0"
9-
#define MyAppVersionShort "5.4"
8+
#define MyAppVersion "5.5.0.0"
9+
#define MyAppVersionShort "5.5"
1010

1111
#define InputDir "..\bin\publish"
1212

source/GlobalAssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
// You can specify all the values or you can default the Build and Revision Numbers
3838
// by using the '*' as shown below:
3939

40-
[assembly: AssemblyVersion("5.4.0.0")]
40+
[assembly: AssemblyVersion("5.5.0.0")]

0 commit comments

Comments
 (0)