diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-24 14:11:24 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-24 14:11:24 +0200 |
commit | 399f0e78b4773aa97a8a80c43fb2312ea830a845 (patch) | |
tree | 50ae11af8bf0628928bd5061b66c0eab480bbcc4 | |
parent | a6d0f9e26d4709574b43d1ab008ceb7925f5b53c (diff) | |
download | FlightCore-399f0e78b4773aa97a8a80c43fb2312ea830a845.tar.gz FlightCore-399f0e78b4773aa97a8a80c43fb2312ea830a845.zip |
chore: Bump FlightCore version to 2.2.0v2.2.0
-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 e8ac30cc..17ec2deb 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "app" -version = "2.1.0" +version = "2.2.0" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d2f1e87e..72cac7f3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.1.0" +version = "2.2.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9b048e50..245915f0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.1.0" + "version": "2.2.0" }, "tauri": { "allowlist": { |