diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 65205ee..bd7b306 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3811,7 +3811,7 @@ dependencies = [ [[package]] name = "qopy" -version = "0.2.0" +version = "0.2.1" dependencies = [ "base64 0.22.1", "global-hotkey", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5f4e589..843199c 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qopy" -version = "0.2.0" +version = "0.2.1" description = "Qopy" authors = ["pandadev"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a277188..eb05567 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Qopy", - "version": "0.2.0", + "version": "0.2.1", "identifier": "net.pandadev.qopy", "build": { "frontendDist": "../dist",