diff --git a/YT Download.py b/YT Download.py index 980c89e..027979f 100644 --- a/YT Download.py +++ b/YT Download.py @@ -52,7 +52,7 @@ [sg.Text('File path. Leave blank to save download to:')], [sg.Text(f'{user_dir}')], [sg.Input(key='DIR'), sg.FolderBrowse()], - [sg.Button('Download'), sg.Cancel(), sg.Text('Version: 1.2.1', tooltip='https://github.com/Joey451-OG/YT-Dowload', enable_events=True, key='GITHUB', font=font)] + [sg.Button('Download'), sg.Cancel(), sg.Text('Version: 1.3.0', tooltip='https://github.com/Joey451-OG/YT-Dowload', enable_events=True, key='GITHUB', font=font)] ] # Main logic function. Calls the appropriate functions in main.py and handles input errors.