Make versions less duplicative as I always mess up changing them everywhere. Now its just Cargo.toml for desktop

This commit is contained in:
Igor Katson 2023-12-09 08:58:00 +00:00
parent aec5d3ce30
commit 2603b20f27
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
4 changed files with 5 additions and 7 deletions

View file

@ -1867,7 +1867,7 @@ dependencies = [
[[package]]
name = "librqbit"
version = "5.0.0"
version = "5.1.0"
dependencies = [
"anyhow",
"axum",
@ -3013,7 +3013,7 @@ dependencies = [
[[package]]
name = "rqbit-desktop"
version = "5.0.2"
version = "5.1.0"
dependencies = [
"anyhow",
"base64 0.21.5",

View file

@ -6,8 +6,7 @@
"distDir": "../dist"
},
"package": {
"productName": "rqbit-desktop",
"version": "5.1.0"
"productName": "rqbit-desktop"
},
"tauri": {
"allowlist": {