From 32e375b2e49600110e23a6b0415d1663e683adf0 Mon Sep 17 00:00:00 2001 From: punix Date: Wed, 4 Jun 2025 21:50:04 +0200 Subject: [PATCH] version update --- logview_app_config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/logview_app_config.py b/logview_app_config.py index bff77e9..70670bf 100644 --- a/logview_app_config.py +++ b/logview_app_config.py @@ -51,9 +51,9 @@ class AppConfig: # Updates # 1 = 1. Year, 09 = Month of the Year, 2924 = Day and Year of the Year - VERSION: str = "v. 1.06.3125" - UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/Wire-Py/releases" - DOWNLOAD_URL: str = "https://git.ilunix.de/punix/Wire-Py/archive" + VERSION: str = "v. 1.06.0325" + UPDATE_URL: str = "https://git.ilunix.de/api/v1/repos/punix/shared_libs/releases" + DOWNLOAD_URL: str = "https://git.ilunix.de/punix/shared_libs/archive" # UI configuration UI_CONFIG: Dict[str, Any] = {