diff options
| author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 22:46:24 +0530 |
|---|---|---|
| committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2026-07-24 22:46:24 +0530 |
| commit | 130ca2c3b8d871fd32db91924eb67c991ad72fb3 (patch) | |
| tree | f255738a4a4ac04c01ea24f06ff9e195a797259e /main.py | |
| parent | f741642a63799a45017b2fa62db25932e526b2f3 (diff) | |
removed updater coming soon message
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from Soundboard import Soundboard from SoundboardEngine import SoundboardEngineWindow from SoundboardUpdater import SoundboardUpdaterWindow -APP_VERSION = "0.3.0" +APP_VERSION = "0.3.1" if __name__ == "__main__": config_path = ( |