Skip to content

Commit dab0a65

Browse files
author
elibroftw
committed
Version++
1 parent 1393314 commit dab0a65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Installer Script.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 "Music Caster"
5-
#define MyAppVersion "3.1.1"
5+
#define MyAppVersion "4.0.0"
66
#define MyAppPublisher "Elijah Lopez"
77
#define MyAppURL "https://elijahlopez.herokuapp.com/"
88
#define MyAppExeName "Music Caster.exe"

music_caster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
last_error = win32api.GetLastError()
3535
if last_error == ERROR_ALREADY_EXISTS: sys.exit() # one instance
3636

37-
CURRENT_VERSION = '3.1.1'
37+
CURRENT_VERSION = '4.0.0'
3838
starting_dir = os.path.dirname(os.path.realpath(__file__))
3939
os.chdir('C:/')
4040
PORT = 2001

0 commit comments

Comments
 (0)