diff --git a/package.json b/package.json index 8ade8c96..d7d76c3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vectum", "private": true, - "version": "3.0.1", + "version": "3.1.0", "type": "module", "license": "GPL-3.0-only", "scripts": { diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index dd5b1e9f..ca105730 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -4984,7 +4984,7 @@ dependencies = [ [[package]] name = "vectum" -version = "3.0.1" +version = "3.1.0" dependencies = [ "derive-getters", "fix-path-env", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ca229ef1..c7bc5b4f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectum" -version = "3.0.1" +version = "3.1.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 5924b1f4..15b8ab33 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "SteamDepotDownloaderGUI", - "version": "3.0.1", + "version": "3.1.0", "identifier": "net.oopium.depotdownloader", "build": { "beforeDevCommand": "pnpm dev", @@ -15,7 +15,8 @@ "title": "SteamDepotDownloaderGUI", "width": 890, "height": 650, - "resizable": false + "resizable": false, + "maximizable": false } ], "security": {