chore: bump version to 0.8.0 [skip ci]

This commit is contained in:
GitHub Action
2025-11-08 04:29:05 +00:00
parent a3a6ef03a5
commit f3a5e2556f
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -1,6 +1,6 @@
[package]
name = "openlist-desktop"
version = "0.7.0"
version = "0.8.0"
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.7.0",
"version": "0.8.0",
"identifier": "io.github.openlistteam.openlist.desktop",
"build": {
"beforeDevCommand": "yarn run dev",