From 1a15ea777779327acf0bf8a09edd8e8180ea774e Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Thu, 26 Dec 2024 00:17:25 +1000 Subject: [PATCH] chore: update qopy version to 0.3.3 in Cargo files and configuration --- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 7004a95..64b9f84 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4075,7 +4075,7 @@ dependencies = [ [[package]] name = "qopy" -version = "0.3.2" +version = "0.3.3" dependencies = [ "active-win-pos-rs", "applications", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d6df90d..809f47b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qopy" -version = "0.3.2" +version = "0.3.3" description = "Qopy" authors = ["pandadev"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index daf875d..2e12a87 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Qopy", - "version": "0.3.2", + "version": "0.3.3", "identifier": "net.pandadev.qopy", "build": { "frontendDist": "../dist",