From 39d41e8f106f2aa39598d45b294798b619c63e2b Mon Sep 17 00:00:00 2001 From: PandaDEV <70103896+0PandaDEV@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:09:57 +1000 Subject: [PATCH] chore: bump version of qopy to 0.3.1 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 43ff881..d24fd5b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4075,7 +4075,7 @@ dependencies = [ [[package]] name = "qopy" -version = "0.3.0" +version = "0.3.1" dependencies = [ "active-win-pos-rs", "applications", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d151155..6045afb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qopy" -version = "0.3.0" +version = "0.3.1" description = "Qopy" authors = ["pandadev"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 46e178a..dd53dd9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Qopy", - "version": "0.3.0", + "version": "0.3.1", "identifier": "net.pandadev.qopy", "build": { "frontendDist": "../dist",