Skip to content

Commit e3b49e5

Browse files
committed
Version
1 parent 11687d1 commit e3b49e5

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 "2.1.0"
5+
#define MyAppVersion "2.2.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
@@ -49,7 +49,7 @@
4949
SCREEN_WIDTH, SCREEN_HEIGHT = user32.GetSystemMetrics(0), user32.GetSystemMetrics(1)
5050
sg.ChangeLookAndFeel('Black')
5151
home_music_dir = str(Path.home()).replace('\\', '/') + '/Music'
52-
CURRENT_VERSION = '2.1.0'
52+
CURRENT_VERSION = '2.2.0'
5353
settings = { # default settings
5454
'previous device': None,
5555
'comments': ['Edit only the variables below', 'Restart the program after editing this file!'],

0 commit comments

Comments
 (0)