diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-30 11:07:34 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-30 11:07:34 +0200 |
commit | c73d4862c6a362f443c2db7d93b2cfaf51b42cff (patch) | |
tree | 8104644efd270f695c7626eda968960ed656438c | |
parent | 61e5294aef101fac02269dd7db6fddc0bcf68ca4 (diff) | |
download | FlightCore-c73d4862c6a362f443c2db7d93b2cfaf51b42cff.tar.gz FlightCore-c73d4862c6a362f443c2db7d93b2cfaf51b42cff.zip |
chore: Bump FlightCore version to 2.3.0v2.3.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 17ec2deb..277d546b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -81,7 +81,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" [[package]] name = "app" -version = "2.2.0" +version = "2.3.0" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 72cac7f3..76d83b5e 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "2.2.0" +version = "2.3.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 245915f0..9c4f5325 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.2.0" + "version": "2.3.0" }, "tauri": { "allowlist": { |