From 3015a3ffb8ffe5602bb4754adc1fd257a7b919e9 Mon Sep 17 00:00:00 2001 From: xyx <124608760@qq.com> Date: Thu, 28 May 2026 23:42:20 +0800 Subject: [PATCH] chore: bump version to 1.2.0 (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - 递增 manifest.json version 从 1.1.0 到 1.2.0 - 修复客户端 ensureMarketRepo() 因版本比对跳过解压,导致技能更新无法到达用户的问题 ## Context manifest.json version 自 1.1.0 后多次技能更新未递增,导致客户端版本比对机制认为本地已有效而跳过解压。 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3da341b..57ee554 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "DesireCore Official Market", - "version": "1.1.0", + "version": "1.2.0", "schemaVersion": "1.1.0", "supportedLocales": ["zh-CN", "en-US"], "defaultLocale": "en-US",