diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-17 19:46:24 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-07-17 19:46:24 +0200 |
commit | 008e31eca77d309381e7d0079a039a5f6009141b (patch) | |
tree | 4f86a6e013b3ac813e05722a2d045fe16aca320f | |
parent | 9c0e47987cdeb5bfba2693e7fd44067ce8c89c87 (diff) | |
parent | a5681f3511ef1b62d4f10741c5aea5cb511c97d0 (diff) | |
download | FlightCore-008e31eca77d309381e7d0079a039a5f6009141b.tar.gz FlightCore-008e31eca77d309381e7d0079a039a5f6009141b.zip |
Merge branch 'main' into feat/read-packages-dir
-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 38994e27..0756d3b5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -76,7 +76,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "app" -version = "1.22.0" +version = "1.22.1" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ed24d34e..c11e658d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.22.0" +version = "1.22.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 81a43c1a..41157bda 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.22.0" + "version": "1.22.1" }, "tauri": { "allowlist": { |