diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-01-15 15:51:18 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-01-15 15:51:18 +0100 |
commit | 5fa77cf1555cbc8ddde22b4f86556ab190c530ed (patch) | |
tree | f63c77d2f48b623edc975fb7d230b9fd95af957d | |
parent | 75a9eb0eebe7451b5727c377fb8f67f0af2231aa (diff) | |
download | FlightCore-5fa77cf1555cbc8ddde22b4f86556ab190c530ed.tar.gz FlightCore-5fa77cf1555cbc8ddde22b4f86556ab190c530ed.zip |
chore: Bump FlightCore version to 2.17.1v2.17.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 b0d21ef9..b5228d9e 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1067,7 +1067,7 @@ dependencies = [ [[package]] name = "flightcore" -version = "2.17.0" +version = "2.17.1" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index f46ba7cb..969ef1e7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flightcore" -version = "2.17.0" +version = "2.17.1" description = "Mod-manager for Northstar" authors = ["https://github.com/R2NorthstarTools/FlightCore/graphs/contributors"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 64564c37..54e2cfd7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.17.0" + "version": "2.17.1" }, "tauri": { "allowlist": { |