chore(release): bump desktop client to 0.1.1

This commit is contained in:
2026-02-18 21:23:05 +08:00
parent c81b5395ac
commit 4b3a113285
6 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "desktop-client"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "wanwan-cloud-desktop",
"version": "0.1.0",
"version": "0.1.1",
"identifier": "cn.workyai.wanwancloud.desktop",
"build": {
"beforeDevCommand": "npm run dev",