diff --git a/package.json b/package.json index 423fb2b..630c435 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "tauri" ], "private": true, - "version": "0.1.0", + "version": "0.2.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 ca475c5..5d5d2b6 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openlist-desktop" -version = "0.1.0" +version = "0.2.0" description = "A Tauri App" authors = ["Kuingsmile"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 96616e0..3a2c073 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.1.0", + "version": "0.2.0", "identifier": "io.github.openlistteam.openlist.desktop", "build": { "beforeDevCommand": "yarn run dev",