diff --git a/dist/tts.exe b/dist/tts.exe index b959cf8..9b07641 100644 Binary files a/dist/tts.exe and b/dist/tts.exe differ diff --git a/tts.py b/tts.py index dc33271..21edd07 100644 --- a/tts.py +++ b/tts.py @@ -644,7 +644,7 @@ sys.tracebacklimit = 0 if sys.argv[1:]: if sys.argv[1] == "--version": print('Simple TTS Bot') - print('Version 1.1.0') + print('Version 1.2.0') sys.exit(1) def main():