Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jul 14, 2019
1 parent 1bca84a commit 04307a2
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 "1.1.2"
#define MyAppVersion "1.2.0"
#define MyAppPublisher "Elijah Lopez"
#define MyAppURL "https://elijahlopez.herokuapp.com/"
#define MyAppExeName "Music Caster.exe"
Expand Down
2 changes: 1 addition & 1 deletion after_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import zipfile

default_settings = {
'version': '1.1.2',
'version': '1.2.0',
'previous device': None,
'comments': ['Edit only the variables below', 'Restart the program after editing this file!'],
'auto update': True,
Expand Down

0 comments on commit 04307a2

Please sign in to comment.