diff --git a/package.json b/package.json index 751e79e6..4d314ce3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vectum", "private": true, - "version": "3.0.0-alpha.2", + "version": "3.0.0", "type": "module", "license": "GPL-3.0-only", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 3d30b9bd..08675368 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4798,7 +4798,7 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "vectum" -version = "3.0.0-alpha.2" +version = "3.0.0" dependencies = [ "async-process", "derive-getters", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ceb3ff80..2a8fd53f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectum" -version = "3.0.0-alpha.2" +version = "3.0.0" description = "Download older versions of Steam games with DepotDownloader" authors = ["mmvanheusden"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 32164da3..6a8e2f1e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "SteamDepotDownloaderGUI", - "version": "3.0.0-alpha.2", + "version": "3.0.0", "identifier": "net.oopium.depotdownloader", "build": { "beforeDevCommand": "pnpm dev",