chore: update qopy version to 0.3.3 in Cargo files and configuration

This commit is contained in:
PandaDEV 2024-12-26 00:17:25 +10:00
parent 2fa82d7584
commit 1a15ea7777
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
3 changed files with 3 additions and 3 deletions

2
src-tauri/Cargo.lock generated
View file

@ -4075,7 +4075,7 @@ dependencies = [
[[package]] [[package]]
name = "qopy" name = "qopy"
version = "0.3.2" version = "0.3.3"
dependencies = [ dependencies = [
"active-win-pos-rs", "active-win-pos-rs",
"applications", "applications",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "qopy" name = "qopy"
version = "0.3.2" version = "0.3.3"
description = "Qopy" description = "Qopy"
authors = ["pandadev"] authors = ["pandadev"]
edition = "2021" edition = "2021"

View file

@ -1,6 +1,6 @@
{ {
"productName": "Qopy", "productName": "Qopy",
"version": "0.3.2", "version": "0.3.3",
"identifier": "net.pandadev.qopy", "identifier": "net.pandadev.qopy",
"build": { "build": {
"frontendDist": "../dist", "frontendDist": "../dist",