From 78b035823dc84fac05003eef6bbcbeb3ae037472 Mon Sep 17 00:00:00 2001 From: Andrew Ward Date: Mon, 12 Aug 2024 15:22:17 +0100 Subject: [PATCH] update version 1.0.8; --- text-to-mic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-to-mic.py b/text-to-mic.py index 76acb44..64620f9 100644 --- a/text-to-mic.py +++ b/text-to-mic.py @@ -76,7 +76,7 @@ class Application(tk.Tk): instruction_window.title("App Version") instruction_window.geometry("300x150") # Width x Height - instructions = """Version 1.0.7\n\n App by Scorchsoft.com""" + instructions = """Version 1.0.8\n\n App by Scorchsoft.com""" tk.Label(instruction_window, text=instructions, justify=tk.LEFT, wraplength=280).pack(padx=10, pady=10)