From 7943b04ee2fd2c936fe77a4585e449462c604101 Mon Sep 17 00:00:00 2001 From: 237899745 <237899745@users.noreply.git.workyai.cn> Date: Sat, 4 Apr 2026 00:49:29 +0800 Subject: [PATCH] chore: bump version to 0.1.30 and release Co-Authored-By: Claude Opus 4.6 (1M context) --- desktop-client/package.json | 2 +- desktop-client/src-tauri/Cargo.lock | 2 +- desktop-client/src-tauri/Cargo.toml | 2 +- desktop-client/src-tauri/tauri.conf.json | 2 +- desktop-client/src/App.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop-client/package.json b/desktop-client/package.json index 7b70f03..676521c 100644 --- a/desktop-client/package.json +++ b/desktop-client/package.json @@ -1,7 +1,7 @@ { "name": "desktop-client", "private": true, - "version": "0.1.29", + "version": "0.1.30", "type": "module", "scripts": { "dev": "vite", diff --git a/desktop-client/src-tauri/Cargo.lock b/desktop-client/src-tauri/Cargo.lock index ea8f0c9..4276285 100644 --- a/desktop-client/src-tauri/Cargo.lock +++ b/desktop-client/src-tauri/Cargo.lock @@ -693,7 +693,7 @@ dependencies = [ [[package]] name = "desktop-client" -version = "0.1.29" +version = "0.1.30" dependencies = [ "reqwest 0.12.28", "rusqlite", diff --git a/desktop-client/src-tauri/Cargo.toml b/desktop-client/src-tauri/Cargo.toml index 714f014..cf5bafb 100644 --- a/desktop-client/src-tauri/Cargo.toml +++ b/desktop-client/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desktop-client" -version = "0.1.29" +version = "0.1.30" description = "A Tauri App" authors = ["you"] edition = "2021" diff --git a/desktop-client/src-tauri/tauri.conf.json b/desktop-client/src-tauri/tauri.conf.json index f4051dd..5fa3d26 100644 --- a/desktop-client/src-tauri/tauri.conf.json +++ b/desktop-client/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "玩玩云", - "version": "0.1.29", + "version": "0.1.30", "identifier": "cn.workyai.wanwancloud.desktop", "build": { "beforeDevCommand": "npm run dev", diff --git a/desktop-client/src/App.vue b/desktop-client/src/App.vue index 91a50b1..509c4ae 100644 --- a/desktop-client/src/App.vue +++ b/desktop-client/src/App.vue @@ -166,7 +166,7 @@ const syncState = reactive({ nextRunAt: "", }); const updateState = reactive({ - currentVersion: "0.1.29", + currentVersion: "0.1.30", latestVersion: "", available: false, mandatory: false,