Skip to content

Commit 576eb2b

Browse files
Increase version 2.1.1
1 parent 1888477 commit 576eb2b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

TD Launcher Plus.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ app = BUNDLE(
7979
],
8080
'CFBundleDisplayName': 'TD Launcher Plus',
8181
'CFBundleGetInfoString': 'TD Launcher Plus - TouchDesigner Project Launcher',
82-
'CFBundleShortVersionString': '2.1.0',
83-
'CFBundleVersion': '2.1.0',
82+
'CFBundleShortVersionString': '2.1.1',
83+
'CFBundleVersion': '2.1.1',
8484
'NSHighResolutionCapable': True,
8585
'LSMinimumSystemVersion': '10.9.0'
8686
}

inno/TD_Launcher_Inno_Compiler.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "TD Launcher Plus"
5-
#define MyAppVersion "2.1.0"
5+
#define MyAppVersion "2.1.1"
66
#define MyAppPublisher "Dan Molnar ( Function Store )"
77
#define MyAppURL "https://www.functionstore.xyz/link-in-bio"
88
#define MyAppExeName "td_launcher_plus.exe"

td_launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
)
3333

3434
# Version
35-
APP_VERSION = "2.1.0"
35+
APP_VERSION = "2.1.1"
3636

3737
# Sentinel for the "Default" template entry (launch TD without a file)
3838
DEFAULT_TEMPLATE = "__default__"

0 commit comments

Comments
 (0)