diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-03-14 00:53:01 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-03-14 00:53:01 +0100 |
commit | 542b218afc424412cfa0509435fce6dafd568f3d (patch) | |
tree | 0ea349c3c535e6cab99841e73ae35334350284b7 | |
parent | 56c0ccb551f99a0ca35181b923677157367a39f6 (diff) | |
download | FlightCore-542b218afc424412cfa0509435fce6dafd568f3d.tar.gz FlightCore-542b218afc424412cfa0509435fce6dafd568f3d.zip |
chore: Bump FlightCore version to 1.10.1v1.10.1
-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 0470a266..7ecb04df 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -87,7 +87,7 @@ checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "app" -version = "1.10.0" +version = "1.10.1" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 23b791bc..fafad444 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.10.0" +version = "1.10.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4759b754..f40449e9 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.10.0" + "version": "1.10.1" }, "tauri": { "allowlist": { |