diff options
| author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-04-06 18:39:02 +0200 |
|---|---|---|
| committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-04-06 18:39:02 +0200 |
| commit | b9f0920050bea1fa25a9de964f055be5688151f5 (patch) | |
| tree | caf82616978d86219555dfe474b66aea50ce1049 /src-tauri | |
| parent | ce85ecbc08ddd9cb15e18b2b9407b24b6df350a9 (diff) | |
| download | FlightCore-3.0.0.tar.gz FlightCore-3.0.0.zip | |
chore: Bump FlightCore version to 3.0.0v3.0.0
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 82dd1a09..42805175 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1274,7 +1274,7 @@ dependencies = [ [[package]] name = "flightcore" -version = "2.26.2" +version = "3.0.0" dependencies = [ "anyhow", "async-recursion", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c84fa718..4ad1b815 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flightcore" -version = "2.26.2" +version = "3.0.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 aa372554..c5753e5a 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ "frontendDist": "../src-vue/dist" }, "productName": "FlightCore", - "version": "2.26.2", + "version": "3.0.0", "identifier": "com.github.r2northstartools.flightcore", "app": { "windows": [ |
