aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-08-04 20:08:11 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-08-04 20:08:11 +0200
commit8dbb5b24e01178e8c3b0f1667631dabd7f1883a3 (patch)
treeff10ef9b13730cd5091a6cc08ee976d66032de9a /src-tauri
parentb188b2982b409ee22488f6b9a3280297bd2d2329 (diff)
downloadFlightCore-8dbb5b24e01178e8c3b0f1667631dabd7f1883a3.tar.gz
FlightCore-8dbb5b24e01178e8c3b0f1667631dabd7f1883a3.zip
chore: Bump FlightCore version to 2.5.0v2.5.0
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 be58c230..d2da9949 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -81,7 +81,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "app"
-version = "2.4.2"
+version = "2.5.0"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 7941370c..11f5928e 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "2.4.2"
+version = "2.5.0"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 23dcfe39..5b809d6f 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "2.4.2"
+ "version": "2.5.0"
},
"tauri": {
"allowlist": {