aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-11 14:44:11 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-05-11 14:44:11 +0200
commitb2fb949a53edef646655908f4e6f16cd81616bd7 (patch)
tree09bbafa9181302b9d9671d6b72be7a2c79717a5c
parent6632a081a846116e7ca1e4ab96b3592938ee2a20 (diff)
downloadFlightCore-b2fb949a53edef646655908f4e6f16cd81616bd7.tar.gz
FlightCore-b2fb949a53edef646655908f4e6f16cd81616bd7.zip
chore: Bump FlightCore version to 1.15.3v1.15.3
-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 78267cd8..2c7165a5 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -87,7 +87,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "app"
-version = "1.15.2"
+version = "1.15.3"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 1753217a..1ca4cf32 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "1.15.2"
+version = "1.15.3"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 89499b0f..cad416b9 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "1.15.2"
+ "version": "1.15.3"
},
"tauri": {
"allowlist": {