chore: release v0.9.6

This commit is contained in:
晴天
2026-03-18 15:39:11 +08:00
parent 7764a32799
commit 97c0054a3a
9 changed files with 51 additions and 15 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -340,7 +340,7 @@ dependencies = [
[[package]]
name = "clawpanel"
version = "0.9.5"
version = "0.9.6"
dependencies = [
"base64 0.22.1",
"chrono",

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.9.5"
version = "0.9.6"
edition = "2021"
description = "ClawPanel - OpenClaw 可视化管理面板"
authors = ["qingchencloud"]

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
"productName": "ClawPanel",
"version": "0.9.5",
"version": "0.9.6",
"identifier": "ai.openclaw.clawpanel",
"build": {
"frontendDist": "../dist",