From fbcca8f1f63aff75bb25e49d70ff5b364da12d91 Mon Sep 17 00:00:00 2001 From: Project <45032957+project-curiosity@users.noreply.github.com> Date: Fri, 15 Oct 2021 22:49:57 -0700 Subject: [PATCH] Add files via upload Changed version name for window. --- Main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.py b/Main.py index 59fe857..8d95c5f 100644 --- a/Main.py +++ b/Main.py @@ -24,7 +24,7 @@ ############################################################## root = Tk() -root.title("Jackbox Game Launcher v1.2") #Name of program window +root.title("Jackbox Game Launcher v1.2.1") #Name of program window try: root.iconbitmap('logo.ico') #Icon that shows at the top left except: