From bf02afa841ef71444bf7fe5910ee95e80206c76a Mon Sep 17 00:00:00 2001 From: suyao Date: Wed, 6 Aug 2025 17:07:32 +0800 Subject: [PATCH] chore(package.json): bump version to 1.0.0-alpha.7 --- packages/aiCore/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/aiCore/package.json b/packages/aiCore/package.json index 9ddc033bf2..a3c54e7482 100644 --- a/packages/aiCore/package.json +++ b/packages/aiCore/package.json @@ -1,6 +1,6 @@ { "name": "@cherrystudio/ai-core", - "version": "1.0.0-alpha.6", + "version": "1.0.0-alpha.7", "description": "Cherry Studio AI Core - Unified AI Provider Interface Based on Vercel AI SDK", "main": "dist/index.js", "module": "dist/index.mjs",