chore(release): bump desktop client to 0.1.3

This commit is contained in:
2026-02-18 22:27:20 +08:00
parent b931f36bde
commit fd236e6949
6 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "desktop-client",
"private": true,
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -681,7 +681,7 @@ dependencies = [
[[package]]
name = "desktop-client"
version = "0.1.2"
version = "0.1.3"
dependencies = [
"reqwest 0.12.28",
"serde",

View File

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

View File

@@ -132,7 +132,7 @@ const syncState = reactive({
nextRunAt: "",
});
const updateState = reactive({
currentVersion: "0.1.2",
currentVersion: "0.1.3",
latestVersion: "",
available: false,
mandatory: false,