From f0ff83a2413439c5b3c494a8672f538179bce0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Fri, 6 Mar 2026 04:36:23 +0800 Subject: [PATCH] =?UTF-8?q?bump:=20v0.5.0=20=E2=80=94=20=E5=86=85=E7=BD=AE?= =?UTF-8?q?=20AI=20=E5=8A=A9=E6=89=8B=20+=20=E5=9B=BE=E7=89=87=E8=AF=86?= =?UTF-8?q?=E5=88=AB=20+=20=E5=AE=A3=E4=BC=A0=E7=B4=A0=E6=9D=90=E5=85=A8?= =?UTF-8?q?=E9=9D=A2=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e1f9a7e..14b2cfb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawpanel", - "version": "0.4.8", + "version": "0.5.0", "private": true, "description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用", "type": "module", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7eb759f..7af2d03 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "clawpanel" -version = "0.4.8" +version = "0.5.0" edition = "2021" description = "ClawPanel - OpenClaw 可视化管理面板" authors = ["qingchencloud"] diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index cede41e..b4e1f9b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json", "productName": "ClawPanel", - "version": "0.4.8", + "version": "0.5.0", "identifier": "ai.openclaw.clawpanel", "build": { "frontendDist": "../dist",