diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-05 17:21:11 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2023-02-05 17:21:11 +0100 |
commit | 724d3062ef0a2f765ace879171e3055c0ea79b27 (patch) | |
tree | dc517e6c37df5df7a4f48991e2f5e2cfa5f81ae7 /src-tauri | |
parent | 802d7dfee77a3f58ee14a7ef6e2454e5aae62cbb (diff) | |
download | FlightCore-724d3062ef0a2f765ace879171e3055c0ea79b27.tar.gz FlightCore-724d3062ef0a2f765ace879171e3055c0ea79b27.zip |
chore: Bump FlightCore version to 1.6.1v1.6.1
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 aea73676..5a0a5256 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -87,7 +87,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "app" -version = "1.6.0" +version = "1.6.1" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dbd6f605..9c0ad2b8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.6.0" +version = "1.6.1" description = "A Tauri App" authors = ["you"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ca5ec9c3..13c745a5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "1.6.0" + "version": "1.6.1" }, "tauri": { "allowlist": { |