diff --git a/main.py b/main.py index 06ed309..58be952 100644 --- a/main.py +++ b/main.py @@ -44,7 +44,7 @@ from PySide6.QtGui import QAction, QKeySequence, QIcon, QIntValidator, QDoubleVa from PySide6.QtSvgWidgets import QSvgWidget # needed to show svgs when app is not frozen -CURRENT_VERSION = "1.2.0" +CURRENT_VERSION = "1.2.1" API_URL = "https://git.research.dezeeuw.ca/api/v1/repos/tyler/flares/releases" API_URL_SECONDARY = "https://git.research2.dezeeuw.ca/api/v1/repos/tyler/flares/releases" PLATFORM_NAME = platform.system().lower()