diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-08-02 13:30:29 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-08-02 13:30:29 +0200 |
commit | ed7ab58d35cd0f6aa3296d0089b161180a33f5c2 (patch) | |
tree | 32a6c2a513cae4cf38759aebb1f8c3ead06a2730 /src-tauri | |
parent | 08d066c7c6c7b99076efb5217474cc5b72df015f (diff) | |
download | FlightCore-ed7ab58d35cd0f6aa3296d0089b161180a33f5c2.tar.gz FlightCore-ed7ab58d35cd0f6aa3296d0089b161180a33f5c2.zip |
chore: Bump FlightCore version to 2.4.0v2.4.0
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 277d546b..f4d1faab 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "app" -version = "2.3.0" +version = "2.4.0" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 76d83b5e..6341d9a1 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.3.0" +version = "2.4.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9c4f5325..b5b5b6f7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.3.0" + "version": "2.4.0" }, "tauri": { "allowlist": { |