aboutsummaryrefslogtreecommitdiff
path: root/src-tauri
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-19 15:24:12 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-07-19 15:24:12 +0200
commit085ed68999db7ceb16b2d38a258f752e621e4981 (patch)
treec383d7bc5f6a5a31e3a4b0cc094f0bb7fea502e6 /src-tauri
parent54b775d60450928365f8267d1c871f7d57042b5e (diff)
downloadFlightCore-085ed68999db7ceb16b2d38a258f752e621e4981.tar.gz
FlightCore-085ed68999db7ceb16b2d38a258f752e621e4981.zip
chore: Bump FlightCore version to 1.24.0v1.24.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 968d523b..cd380a27 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -76,7 +76,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "app"
-version = "1.23.0"
+version = "1.24.0"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 443a997b..03eb8e9e 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "1.23.0"
+version = "1.24.0"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 820b6d9b..b801b9a6 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "1.23.0"
+ "version": "1.24.0"
},
"tauri": {
"allowlist": {