From 807aa69807b6dcc5aea32777f065036bb3719f93 Mon Sep 17 00:00:00 2001 From: Jerem <55030784+jeremy2206@users.noreply.github.com> Date: Mon, 10 Jun 2024 16:29:09 +0200 Subject: [PATCH] change version to 1.4 --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 74e94d1..ab31152 100644 --- a/main.py +++ b/main.py @@ -261,7 +261,7 @@ def convert_painting(): text_console = ScrolledText(TextureApp, width=34, height=7) text_console.place(x=42.5, y=223) text_console.insert( - tk.INSERT, "Version : 1.3 - Check if any update have been made.\n" + tk.INSERT, "Version : 1.4 - Check if any update have been made.\n" ) text_console.insert(tk.INSERT, "----------------------------------\n") text_console.configure(relief="solid", bd=2) @@ -374,4 +374,4 @@ def show_credits(): # ------------------------------------------ -TextureApp.mainloop() \ No newline at end of file +TextureApp.mainloop()