update version number to 1.0.2

This commit is contained in:
Andrew Ward
2024-05-02 13:40:51 +01:00
parent d45876fa8b
commit 741cbadc3e

View File

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