diff --git a/docs/index.html b/docs/index.html index dee4ead..c4c147b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -983,7 +983,7 @@
-
v0.5.2 最新版
+
v0.5.3 最新版

下载安装

选择你的操作系统,一键下载安装

diff --git a/package.json b/package.json index 0a8a2b5..e185536 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawpanel", - "version": "0.5.2", + "version": "0.5.3", "private": true, "description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用", "type": "module", diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 706277d..accb28e 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.5.2", + "version": "0.5.3", "identifier": "ai.openclaw.clawpanel", "build": { "frontendDist": "../dist",