aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-06-06 16:59:05 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-06-06 16:59:05 +0200
commit7e7c8d31bf3d84c15da72ef0bc3c8a34429b1bee (patch)
treedbc694d2b6b94539d4cd3800f42e9a71608b6ab3
parent0f9128b5ada79f94dd29bc656b9bec57afb6617b (diff)
downloadFlightCore-2.21.4.tar.gz
FlightCore-2.21.4.zip
chore: Bump FlightCore version to 2.21.4v2.21.4
-rw-r--r--src-tauri/Cargo.lock2
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index d6d6532d..109c1a2f 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1164,7 +1164,7 @@ dependencies = [
[[package]]
name = "flightcore"
-version = "2.21.3"
+version = "2.21.4"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index e06f08ac..ba777a96 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flightcore"
-version = "2.21.3"
+version = "2.21.4"
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 330614a5..8e884593 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "2.21.3"
+ "version": "2.21.4"
},
"tauri": {
"allowlist": {