diff --git a/FFMPEGAudioEncoder.py b/FFMPEGAudioEncoder.py index 8ad5d9c..c1c8c2f 100644 --- a/FFMPEGAudioEncoder.py +++ b/FFMPEGAudioEncoder.py @@ -30,7 +30,7 @@ def root_exit_function(): root.destroy() root = TkinterDnD.Tk() -root.title("FFMPEG Audio Encoder v3.36") +root.title("FFMPEG Audio Encoder v3.36.2") root.iconphoto(True, PhotoImage(file="Runtime/Images/topbar.png")) root.configure(background="#434547") window_height = 220