From cfc5705ed7fd446e00361bb434ca0836f4133063 Mon Sep 17 00:00:00 2001 From: Zzaphkiel Date: Tue, 17 Dec 2024 18:02:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B3=20v1.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/config.py b/app/common/config.py index 43825a8..ad01b55 100644 --- a/app/common/config.py +++ b/app/common/config.py @@ -183,7 +183,7 @@ class Config(QConfig): YEAR = 2023 AUTHOR = "Zzaphkiel" -VERSION = "1.1.2" +VERSION = "1.1.3" BETA = None FEEDBACK_URL = "https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aissue" GITHUB_URL = "https://github.com/Zzaphkiel/Seraphine"