Commit 1b7d9c7 1 parent a680c43 commit 1b7d9c7 Copy full SHA for 1b7d9c7
File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.0
2
+ current_version = 0.5.1
3
3
commit = True
4
4
tag = True
5
5
sign_tags = True
Original file line number Diff line number Diff line change 22
22
import json
23
23
import glob
24
24
25
- script_version = '0.5.0 '
25
+ script_version = '0.5.1 '
26
26
script_authors = 'Jason Ramboz'
27
27
script_repo = 'https://github.com/jramboz/tintalle'
28
28
Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ app = BUNDLE(
51
51
info_plist = {
52
52
'NSPrincipalClass' : 'NSApplication' ,
53
53
'NSAppleScriptEnabled' : False ,
54
- "CFBundleShortVersionString" :"0.5.0 " ,
54
+ "CFBundleShortVersionString" :"0.5.1 " ,
55
55
}
56
56
)
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " Tintalle"
5
- #define MyAppVersion " 0.5.0 "
5
+ #define MyAppVersion " 0.5.1 "
6
6
#define MyAppPublisher " Jason Ramboz"
7
7
#define MyAppURL " https://github.com/jramboz/tintalle"
8
8
#define MyAppExeName " Tintalle.exe"
You can’t perform that action at this time.
0 commit comments