diff --git a/dist/tts.exe b/dist/tts.exe index be12dda..6297bea 100644 Binary files a/dist/tts.exe and b/dist/tts.exe differ diff --git a/tts.py b/tts.py index 43369ec..a5aac67 100644 --- a/tts.py +++ b/tts.py @@ -1072,7 +1072,7 @@ if __name__ == "__main__": if sys.argv[1:]: if sys.argv[1] == "--version": print('Simple TTS Bot') - print('Version 1.2.5') + print('Version 1.3.0') sys.exit(1) main()