We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6ef0 commit f3a5e25Copy full SHA for f3a5e25
package.json
@@ -9,7 +9,7 @@
9
"tauri"
10
],
11
"private": true,
12
- "version": "0.7.0",
+ "version": "0.8.0",
13
"author": {
14
"name": "OpenList Team",
15
"email": "96409857+Kuingsmile@users.noreply.github.com"
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openlist-desktop"
3
-version = "0.7.0"
+version = "0.8.0"
4
description = "A Tauri App"
5
authors = ["Kuingsmile"]
6
edition = "2024"
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenList Desktop",
"identifier": "io.github.openlistteam.openlist.desktop",
"build": {
7
"beforeDevCommand": "yarn run dev",
0 commit comments