From 0572caa528deb72bc97c42e0b169292823b1e8a8 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Tue, 17 Jun 2025 03:18:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9Acertifi=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 2 +- resources/version.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index e0db6a6..c2b34ed 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -576,7 +576,7 @@ class MaaPlanConfig(LQConfig): class AppConfig(GlobalConfig): - VERSION = "4.3.11.0" + VERSION = "4.3.12.0" gameid_refreshed = Signal() PASSWORD_refreshed = Signal() diff --git a/resources/version.json b/resources/version.json index f302487..6f462af 100644 --- a/resources/version.json +++ b/resources/version.json @@ -1,9 +1,13 @@ { - "main_version": "4.3.11.0", + "main_version": "4.3.12.0", "version_info": { + "4.3.12.0": { + "修复BUG": [ + "固定certifi版本号" + ] + }, "4.3.11.0": { "修复BUG": [ - "临时固定Nuitka打包版本号", "修复删除计划表引发的错误" ] },