aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-04-15 16:19:14 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-04-15 16:19:14 +0200
commit2847cf1349c1c7bb709cc08d0bb1acb4d3b5b4ae (patch)
treeb7170708f618a7228312fb8ca1accdeee60a5fec
parente67a0c4cd69c9de1d8effdd077eddfffa1125a70 (diff)
downloadFlightCore-2847cf1349c1c7bb709cc08d0bb1acb4d3b5b4ae.tar.gz
FlightCore-2847cf1349c1c7bb709cc08d0bb1acb4d3b5b4ae.zip
chore: Bump FlightCore version to 2.21.0v2.21.0
-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 6f4bc735..e8e002ec 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1164,7 +1164,7 @@ dependencies = [
[[package]]
name = "flightcore"
-version = "2.20.0"
+version = "2.21.0"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index faf9069f..0224f03f 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flightcore"
-version = "2.20.0"
+version = "2.21.0"
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 d7bfa880..c7f12ff8 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "2.20.0"
+ "version": "2.21.0"
},
"tauri": {
"allowlist": {