aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2023-06-01 13:58:25 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-06-01 13:58:25 +0200
commit9652259ba345056186a6e4d0112ee7c48f24e479 (patch)
tree9c760b501ace2f7a3edda195e668d4eeb524b67b
parent11326cd645e6205469e1d12a244999ad0557105c (diff)
downloadFlightCore-1.17.0.tar.gz
FlightCore-1.17.0.zip
chore: Bump FlightCore version to 1.17.0v1.17.0
-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 d43de6a4..54c0b9c3 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -87,7 +87,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
[[package]]
name = "app"
-version = "1.16.1"
+version = "1.17.0"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 38712419..f10321fa 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "1.16.1"
+version = "1.17.0"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 11afbb66..da38cf38 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "1.16.1"
+ "version": "1.17.0"
},
"tauri": {
"allowlist": {