We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1393314 commit dab0a65Copy full SHA for dab0a65
2 files changed
Installer Script.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "Music Caster"
5
-#define MyAppVersion "3.1.1"
+#define MyAppVersion "4.0.0"
6
#define MyAppPublisher "Elijah Lopez"
7
#define MyAppURL "https://elijahlopez.herokuapp.com/"
8
#define MyAppExeName "Music Caster.exe"
music_caster.py
@@ -34,7 +34,7 @@
34
last_error = win32api.GetLastError()
35
if last_error == ERROR_ALREADY_EXISTS: sys.exit() # one instance
36
37
-CURRENT_VERSION = '3.1.1'
+CURRENT_VERSION = '4.0.0'
38
starting_dir = os.path.dirname(os.path.realpath(__file__))
39
os.chdir('C:/')
40
PORT = 2001
0 commit comments