diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-02-23 15:44:57 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-02-23 15:44:57 +0100 |
commit | 303af92ee9acfa7f176d20d07289e0aa159fd84c (patch) | |
tree | 2ff0e00bb42d92b4155bd4721edb095520b03832 | |
parent | 970ba573bba2e67f73db959d0cb2093656057949 (diff) | |
download | FlightCore-303af92ee9acfa7f176d20d07289e0aa159fd84c.tar.gz FlightCore-303af92ee9acfa7f176d20d07289e0aa159fd84c.zip |
chore: Bump FlightCore version to 2.19.1v2.19.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 983960d7..8badd563 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1119,7 +1119,7 @@ dependencies = [ [[package]] name = "flightcore" -version = "2.19.0" +version = "2.19.1" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index d0779f2a..b17a3d67 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flightcore" -version = "2.19.0" +version = "2.19.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 a473e290..0f621ad7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.19.0" + "version": "2.19.1" }, "tauri": { "allowlist": { |