From 17f91de7b9a9ad3efb0d5e337c984ccd5b7a9792 Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Sat, 21 Dec 2024 09:48:37 +1000 Subject: [PATCH] chore: update qopy version to 0.3.0 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 06b6c81..675d1c5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4059,7 +4059,7 @@ dependencies = [ [[package]] name = "qopy" -version = "0.2.1" +version = "0.3.0" dependencies = [ "active-win-pos-rs", "applications", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 36b5af1..9710029 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qopy" -version = "0.2.1" +version = "0.3.0" description = "Qopy" authors = ["pandadev"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index eb05567..46e178a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Qopy", - "version": "0.2.1", + "version": "0.3.0", "identifier": "net.pandadev.qopy", "build": { "frontendDist": "../dist",