v1.0.6 update v num

This commit is contained in:
Andrew Ward
2024-05-04 10:21:43 +01:00
parent cccadb63f3
commit f8c7b38c51

View File

@@ -61,7 +61,7 @@ class Application(tk.Tk):
instruction_window.title("App Version")
instruction_window.geometry("300x150") # Width x Height
instructions = """Version 1.0.5\n\n App by Scorchsoft.com"""
instructions = """Version 1.0.6\n\n App by Scorchsoft.com"""
tk.Label(instruction_window, text=instructions, justify=tk.LEFT, wraplength=280).pack(padx=10, pady=10)