From bb065f1eccecba7b0b4b0496b097b92f625af833 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sat, 13 Dec 2025 14:28:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=20=3D=200.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-protocol/package.json | 1 + client/package.json | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/client-protocol/package.json b/client-protocol/package.json index 36eacb9..2a37f01 100644 --- a/client-protocol/package.json +++ b/client-protocol/package.json @@ -1,5 +1,6 @@ { "name": "lingchair-client-protocol", + "version": "0.1.0", "type": "module", "main": "./main.ts", "dependencies": { diff --git a/client/package.json b/client/package.json index 5eafd06..52f69f6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "lingchair-client", "type": "module", - "version": "0.1.0-alpha", + "version": "0.1.0", "scripts": { "build": "npx vite build", "build-watch": "npx vite --watch build" diff --git a/package.json b/package.json index 3df76fa..0fef404 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "lingchair", + "version": "0.1.0", "type": "module", "workspaces": [ "./mdui_patched",