From 413c46eb65bef4a4eb7fa4fbba4a47f3ef9e1bb7 Mon Sep 17 00:00:00 2001 From: Thomas Weber Date: Wed, 15 Jun 2022 16:20:01 -0500 Subject: [PATCH] 1.3.0 --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 5eeaa16..877c586 100644 --- a/app.py +++ b/app.py @@ -15,7 +15,7 @@ import PySide2.QtGui as QtGui import PIL.Image -VERSION = '1.2.0' +VERSION = '1.3.0' ENABLE_UPDATE_CHECKER = True UPDATE_CHECKER_URL = 'https://raw.githubusercontent.com/TurboWarp/packager-extras/master/version.json'