chore: bump version of qopy to 0.3.1 in Cargo files and configuration

This commit is contained in:
PandaDEV 2024-12-23 15:09:57 +10:00
parent f44be512fe
commit 39d41e8f10
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]]
name = "qopy"
version = "0.3.0"
version = "0.3.1"
dependencies = [
"active-win-pos-rs",
"applications",

View file

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

View file

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