From 717ae69635929b4a64ae8404ea5bb799c9e648b1 Mon Sep 17 00:00:00 2001 From: Yige Date: Tue, 7 Jul 2026 22:52:02 +0800 Subject: [PATCH] chore(compute): bump presetDataVersion to 69 (Claude provider now loads) (#49) PR #47 bumped to 68 but the provider file was misnamed and never loaded; the rename (#48) kept v68, so clients that already synced v68 will not re-merge. Bump to 69 so existing clients pick up the now-loadable anthropic-claude provider. --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5482728..3aa9ab6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "version": "1.0.0", - "presetDataVersion": 68, + "presetDataVersion": 69, "updatedAt": "2026-07-07", "description": "DesireCore 官方配置中心" }