diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-18 13:18:55 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-18 13:18:55 +0200 |
commit | dfa5af1746546d388a85081fae499c28521a20ea (patch) | |
tree | 969e748960ba0108104c1ff2128ebbc765c561d0 /src-tauri | |
parent | 9e6806bbc3b9f6ee81ae172cd9348fe91868b114 (diff) | |
download | FlightCore-dfa5af1746546d388a85081fae499c28521a20ea.tar.gz FlightCore-dfa5af1746546d388a85081fae499c28521a20ea.zip |
chore: Bump FlightCore version to 1.23.0v1.23.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 14e8c564..77064841 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -76,7 +76,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "app" -version = "1.22.1" +version = "1.23.0" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 908bc99e..ed523a4b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.22.1" +version = "1.23.0" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 41157bda..820b6d9b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.22.1" + "version": "1.23.0" }, "tauri": { "allowlist": { |