From f3a5e2556fef0797238c4c3337b9a45e90897e8b Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 8 Nov 2025 04:29:05 +0000 Subject: [PATCH] chore: bump version to 0.8.0 [skip ci] --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index eb61d5c..eee7f95 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "tauri" ], "private": true, - "version": "0.7.0", + "version": "0.8.0", "author": { "name": "OpenList Team", "email": "96409857+Kuingsmile@users.noreply.github.com" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7e358a4..f5acd81 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openlist-desktop" -version = "0.7.0" +version = "0.8.0" description = "A Tauri App" authors = ["Kuingsmile"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1f8721f..7fb2d5d 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "OpenList Desktop", - "version": "0.7.0", + "version": "0.8.0", "identifier": "io.github.openlistteam.openlist.desktop", "build": { "beforeDevCommand": "yarn run dev",