chore: bump desktop client version to 0.1.6

This commit is contained in:
2026-02-19 19:14:35 +08:00
parent 50d41cb7ae
commit d604b8dc7b
6 changed files with 6 additions and 6 deletions

View File

@@ -693,7 +693,7 @@ dependencies = [
[[package]]
name = "desktop-client"
version = "0.1.5"
version = "0.1.6"
dependencies = [
"reqwest 0.12.28",
"rusqlite",

View File

@@ -1,6 +1,6 @@
[package]
name = "desktop-client"
version = "0.1.5"
version = "0.1.6"
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.5",
"version": "0.1.6",
"identifier": "cn.workyai.wanwancloud.desktop",
"build": {
"beforeDevCommand": "npm run dev",