From 8c7466b800f247810896e32e30c2a6f836ea7ee1 Mon Sep 17 00:00:00 2001 From: dingyi Date: Thu, 30 Jan 2025 02:47:01 +0800 Subject: [PATCH] chore(core): bump version to 1.0.1-alpha.01 in package.json --- packages/core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/package.json b/packages/core/package.json index 88e48897..a9d800e4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "koishi-plugin-chatluna", "description": "chatluna for koishi", - "version": "1.0.0", + "version": "1.0.1-alpha.01", "main": "lib/index.cjs", "module": "lib/index.mjs", "typings": "lib/index.d.ts",