Skip to content

Commit f3a5e25

Browse files
committed
chore: bump version to 0.8.0 [skip ci]
1 parent a3a6ef0 commit f3a5e25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"tauri"
1010
],
1111
"private": true,
12-
"version": "0.7.0",
12+
"version": "0.8.0",
1313
"author": {
1414
"name": "OpenList Team",
1515
"email": "96409857+Kuingsmile@users.noreply.github.com"

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openlist-desktop"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "A Tauri App"
55
authors = ["Kuingsmile"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenList Desktop",
4-
"version": "0.7.0",
4+
"version": "0.8.0",
55
"identifier": "io.github.openlistteam.openlist.desktop",
66
"build": {
77
"beforeDevCommand": "yarn run dev",

0 commit comments

Comments
 (0)