aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-11-22 16:23:01 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-11-22 16:23:01 +0100
commitd69acce3ea272b21b41613d1edc6bcdcd025b8a5 (patch)
tree79e605924fea07c1a94b76bc2a25640af06cad3d
parent858b99018918c247ad3547d0f79f4f2332fd3bb8 (diff)
downloadFlightCore-d69acce3ea272b21b41613d1edc6bcdcd025b8a5.tar.gz
FlightCore-d69acce3ea272b21b41613d1edc6bcdcd025b8a5.zip
chore: Bump FlightCore version to 2.26.2v2.26.2
-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 6280d961..7315c498 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -1159,7 +1159,7 @@ dependencies = [
[[package]]
name = "flightcore"
-version = "2.26.1"
+version = "2.26.2"
dependencies = [
"anyhow",
"async-recursion",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index d3e57b02..04fb84df 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "flightcore"
-version = "2.26.1"
+version = "2.26.2"
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 372f9b03..30dbdfcb 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "FlightCore",
- "version": "2.26.1"
+ "version": "2.26.2"
},
"tauri": {
"allowlist": {