Commit 34fa5e5 1 parent 2ef7599 commit 34fa5e5 Copy full SHA for 34fa5e5
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.3 .0
2
+ current_version = 0.4 .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
from datetime import datetime
22
22
import json
23
23
24
- script_version = '0.3 .0'
24
+ script_version = '0.4 .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 @@ -50,6 +50,6 @@ app = BUNDLE(
50
50
info_plist = {
51
51
'NSPrincipalClass' : 'NSApplication' ,
52
52
'NSAppleScriptEnabled' : False ,
53
- "CFBundleShortVersionString" :"0.3 .0" ,
53
+ "CFBundleShortVersionString" :"0.4 .0" ,
54
54
}
55
55
)
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.3 .0"
5
+ #define MyAppVersion " 0.4 .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