Skip to content

Commit ea3d362

Browse files
committed
Increment version
1 parent 98157c1 commit ea3d362

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

installer/installer-x64.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Section "OpenWithEx" OpenWithEx
8888
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
8989
"Publisher" "aubymori"
9090
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
91-
"DisplayVersion" "1.0.0"
91+
"DisplayVersion" "1.0.1"
9292
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \
9393
"NoModify" 1
9494
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenWithEx" \

src/openwithex.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

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

1313
extern HMODULE g_hAppInstance;
1414
extern HMODULE g_hInst;

0 commit comments

Comments
 (0)