Commit 8f8e846 1 parent d3b0241 commit 8f8e846 Copy full SHA for 8f8e846
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.5
2
+ current_version = 0.6.0
3
3
commit = True
4
4
tag = True
5
5
sign_tags = True
Original file line number Diff line number Diff line change 21
21
import json
22
22
import glob
23
23
24
- script_version = '0.5.5 '
24
+ script_version = '0.6.0 '
25
25
script_authors = 'Jason Ramboz'
26
26
script_repo = 'https://github.com/jramboz/tintalle'
27
27
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.5 " ,
54
+ "CFBundleShortVersionString" :"0.6.0 " ,
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.5 "
5
+ #define MyAppVersion " 0.6.0 "
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