update version number

This commit is contained in:
Andrew Ward
2025-03-25 10:09:13 +00:00
parent a529835037
commit 13de96fdad
2 changed files with 1 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ class TextToMic(tk.Tk):
def __init__(self):
super().__init__()
self.version = "1.4.0"
self.version = "1.4.1"
self.title(f"Text to Mic by Scorchsoft.com - v{self.version}")
# Add these lines to set up the window icon