From e5f65c2f19927e9f21a07883580e926d8fe5ed28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E5=A4=A9?= Date: Fri, 6 Mar 2026 13:15:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8F=91=E5=B8=83=20v0.5.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 2 +- package.json | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",