diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-09-11 13:26:56 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-09-11 13:26:56 +0200 |
commit | 2a2c2b2f323441c900640650cd9cf0e88bca2354 (patch) | |
tree | f2e147ec2842b1ccccbf7c69069c6f26eb9e4c94 | |
parent | a456f67ee9988aed26c4798f81da48c45828062a (diff) | |
download | FlightCore-2a2c2b2f323441c900640650cd9cf0e88bca2354.tar.gz FlightCore-2a2c2b2f323441c900640650cd9cf0e88bca2354.zip |
chore: Bump FlightCore version to 2.9.1v2.9.1
-rw-r--r-- | src-tauri/Cargo.lock | 2 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 | ||||
-rw-r--r-- | src-tauri/tauri.conf.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 11bbdf47..fbc7f4f2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" [[package]] name = "app" -version = "2.9.0" +version = "2.9.1" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 47ac28ad..2f017a44 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.9.0" +version = "2.9.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 7e85fb3f..4e750829 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.9.0" + "version": "2.9.1" }, "tauri": { "allowlist": { |