diff options
-rw-r--r-- | vidslice.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vidslice.py b/vidslice.py index b9213e8..36fb1fd 100644 --- a/vidslice.py +++ b/vidslice.py @@ -9,7 +9,7 @@ from options import OptionsPanel from output import OutputPanel from sources import SourcesPanel, update_ytdl -VERSION = "1.2" +VERSION = "1.3" def check_update(parent): |