diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-08-06 21:58:29 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-08-06 21:58:29 +0200 |
commit | 114f2cae366db37cf7baa2b2ca26970a6892f9a6 (patch) | |
tree | fb491b4a82768cc9b4ea15f797ce706559b4b578 /src-tauri | |
parent | f17c346919a32e481be2d5ee322f76dae8c03e96 (diff) | |
download | FlightCore-114f2cae366db37cf7baa2b2ca26970a6892f9a6.tar.gz FlightCore-114f2cae366db37cf7baa2b2ca26970a6892f9a6.zip |
chore: Bump FlightCore version to 2.6.0v2.6.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 568272af..cf2e0efa 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "app" -version = "2.5.1" +version = "2.6.0" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 5d144b1b..bf18638a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.5.1" +version = "2.6.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 2a594e49..aefd68e6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.5.1" + "version": "2.6.0" }, "tauri": { "allowlist": { |