diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-05-29 14:43:43 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2024-05-29 14:43:43 +0200 |
commit | 9791af58f79c6d7dd977169a328920efbcdcef34 (patch) | |
tree | aa96c605bca07d8e0e531bb86c8b60656664f667 /src-tauri | |
parent | edb73a22d16cc254da406c4bdc84b322e4bdf8bd (diff) | |
download | FlightCore-9791af58f79c6d7dd977169a328920efbcdcef34.tar.gz FlightCore-9791af58f79c6d7dd977169a328920efbcdcef34.zip |
chore: Bump FlightCore version to 2.21.3v2.21.3
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 d58b21c5..00255a50 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "flightcore" -version = "2.21.2" +version = "2.21.3" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 99508881..e06f08ac 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flightcore" -version = "2.21.2" +version = "2.21.3" 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 dda8cf7e..330614a5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "FlightCore", - "version": "2.21.2" + "version": "2.21.3" }, "tauri": { "allowlist": { |