bump: v0.5.0 — 内置 AI 助手 + 图片识别 + 宣传素材全面更新

This commit is contained in:
晴天
2026-03-06 04:36:23 +08:00
parent 860218fa09
commit f0ff83a241
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "clawpanel",
"version": "0.4.8",
"version": "0.5.0",
"private": true,
"description": "ClawPanel - OpenClaw 可视化管理面板,基于 Tauri v2 的跨平台桌面应用",
"type": "module",

View File

@@ -1,6 +1,6 @@
[package]
name = "clawpanel"
version = "0.4.8"
version = "0.5.0"
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.4.8",
"version": "0.5.0",
"identifier": "ai.openclaw.clawpanel",
"build": {
"frontendDist": "../dist",