From 06972bee283068f7407fdd0f559e1bb0e89f2c9a Mon Sep 17 00:00:00 2001 From: tyler Date: Fri, 13 Mar 2026 13:01:47 -0700 Subject: [PATCH] plz --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()