chore: bump version to 0.6.1

This commit is contained in:
Kuingsmile
2025-07-23 13:46:31 +08:00
parent d6ff164b0c
commit 15d789ef3a
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"tauri"
],
"private": true,
"version": "0.6.0",
"version": "0.6.1",
"author": {
"name": "OpenList Team",
"email": "96409857+Kuingsmile@users.noreply.github.com"

2
src-tauri/Cargo.lock generated
View File

@@ -2917,7 +2917,7 @@ dependencies = [
[[package]]
name = "openlist-desktop"
version = "0.6.0"
version = "0.6.1"
dependencies = [
"anyhow",
"base64 0.22.1",

View File

@@ -1,6 +1,6 @@
[package]
name = "openlist-desktop"
version = "0.6.0"
version = "0.6.1"
description = "A Tauri App"
authors = ["Kuingsmile"]
edition = "2024"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenList Desktop",
"version": "0.6.0",
"version": "0.6.1",
"identifier": "io.github.openlistteam.openlist.desktop",
"build": {
"beforeDevCommand": "yarn run dev",