aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 22:37:22 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 22:37:22 +0200
commit35d42f74a93dbe0a21bbf0379388f8da963accd4 (patch)
treeafb4e029cc166a4ba47cbb297cc710851ef695e3 /src-tauri
parent79575fb5ae0e6654672a16636449bd7c202be617 (diff)
downloadFlightCore-35d42f74a93dbe0a21bbf0379388f8da963accd4.tar.gz
FlightCore-35d42f74a93dbe0a21bbf0379388f8da963accd4.zip
Upload release file to releasesv0.0.4
instead of artifacts
Diffstat (limited to 'src-tauri')
-rw-r--r--src-tauri/Cargo.lock2
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 57aff2be..ec04aa5e 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -64,7 +64,7 @@ checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]]
name = "app"
-version = "0.0.3"
+version = "0.0.4"
dependencies = [
"sentry",
"serde",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 0c483d27..4e917edc 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "0.0.3"
+version = "0.0.4"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 639a14e0..43b26471 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "flightcore",
- "version": "0.0.3"
+ "version": "0.0.4"
},
"tauri": {
"allowlist": {