Skip to content

Commit 855d31f

Browse files
committed
chore: set version to v3.1.0, disable maximizing
1 parent 2995a28 commit 855d31f

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vectum",
33
"private": true,
4-
"version": "3.0.1",
4+
"version": "3.1.0",
55
"type": "module",
66
"license": "GPL-3.0-only",
77
"scripts": {

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vectum"
3-
version = "3.0.1"
3+
version = "3.1.0"
44
description = "Download older versions of Steam games with DepotDownloader"
55
authors = ["mmvanheusden"]
66
edition = "2021"

src-tauri/tauri.conf.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"productName": "SteamDepotDownloaderGUI",
3-
"version": "3.0.1",
3+
"version": "3.1.0",
44
"identifier": "net.oopium.depotdownloader",
55
"build": {
66
"beforeDevCommand": "pnpm dev",
@@ -15,7 +15,8 @@
1515
"title": "SteamDepotDownloaderGUI",
1616
"width": 890,
1717
"height": 650,
18-
"resizable": false
18+
"resizable": false,
19+
"maximizable": false
1920
}
2021
],
2122
"security": {

0 commit comments

Comments
 (0)