Skip to content

Commit 548d121

Browse files
committed
Bump version
1 parent 77895df commit 548d121

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installer/installer-x64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Section "OpenWithEx" OpenWithEx
100100
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
101101
"Publisher" "aubymori"
102102
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
103-
"DisplayVersion" "1.0.1"
103+
"DisplayVersion" "1.1.0"
104104
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
105105
"NoModify" 1
106106
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \

src/openwithex.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#include "util.h"
77

88
#define VER_MAJOR 1
9-
#define VER_MINOR 0
10-
#define VER_REVISION 1
11-
#define VER_STRING "1.0.1"
9+
#define VER_MINOR 1
10+
#define VER_REVISION 0
11+
#define VER_STRING "1.1.0"
1212

1313
extern HMODULE g_hInst;
1414
extern HMODULE g_hShell32;

0 commit comments

Comments
 (0)