Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jul 21, 2019
1 parent 1393314 commit dab0a65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Installer Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Music Caster"
#define MyAppVersion "3.1.1"
#define MyAppVersion "4.0.0"
#define MyAppPublisher "Elijah Lopez"
#define MyAppURL "https://elijahlopez.herokuapp.com/"
#define MyAppExeName "Music Caster.exe"
Expand Down
2 changes: 1 addition & 1 deletion music_caster.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
last_error = win32api.GetLastError()
if last_error == ERROR_ALREADY_EXISTS: sys.exit() # one instance

CURRENT_VERSION = '3.1.1'
CURRENT_VERSION = '4.0.0'
starting_dir = os.path.dirname(os.path.realpath(__file__))
os.chdir('C:/')
PORT = 2001
Expand Down

0 comments on commit dab0a65

Please sign in to comment.