From 07b09ca48681a79361150d8357fc9ff08659a73f Mon Sep 17 00:00:00 2001 From: xiaoxixi Date: Sun, 19 Jul 2026 12:50:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- src/main.rs | 2 +- webui/package-lock.json | 4 ++-- webui/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd10b00..ffc6899 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "picobot" -version = "1.1.2" +version = "1.2.0" edition = "2024" [dependencies] diff --git a/src/main.rs b/src/main.rs index f18a5d6..210c8cd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -19,7 +19,7 @@ enum ServiceCommand { #[derive(Parser)] #[command(name = "picobot")] #[command(about = "A CLI chatbot", long_about = None)] -#[command(version = "1.1.1")] +#[command(version)] enum Command { /// Connect to gateway Chat { diff --git a/webui/package-lock.json b/webui/package-lock.json index 4cc20e5..6e0b285 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -1,12 +1,12 @@ { "name": "picobot-webui", - "version": "1.1.2", + "version": "1.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "picobot-webui", - "version": "1.1.2", + "version": "1.2.0", "dependencies": { "bits-ui": "^2.0.0", "dompurify": "^3.4.12", diff --git a/webui/package.json b/webui/package.json index b73e41d..323057f 100644 --- a/webui/package.json +++ b/webui/package.json @@ -1,7 +1,7 @@ { "name": "picobot-webui", "private": true, - "version": "1.1.2", + "version": "1.2.0", "type": "module", "engines": { "node": ">=20"