diff options
| -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": [ |
