diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-10 14:24:10 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-05-10 14:24:10 +0200 |
commit | 1635993f130f0f71d9a9bc002b2f74167ad5c974 (patch) | |
tree | 66ff75f514fa786ffb814118840afd32126dc8c5 /src-tauri | |
parent | 176301371a9f22d298b54c9b785f42a1c5badb56 (diff) | |
download | FlightCore-1635993f130f0f71d9a9bc002b2f74167ad5c974.tar.gz FlightCore-1635993f130f0f71d9a9bc002b2f74167ad5c974.zip |
chore: Bump FlightCore version to 1.15.2v1.15.2
Diffstat (limited to 'src-tauri')
-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 aec72631..78267cd8 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -87,7 +87,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "app" -version = "1.15.1" +version = "1.15.2" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index df583658..1753217a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.15.1" +version = "1.15.2" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index c37edab0..89499b0f 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.15.1" + "version": "1.15.2" }, "tauri": { "allowlist": { |