Skip to content

Commit

Permalink
Added minHeight and minWidth | Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sandunwira committed Jan 20, 2024
1 parent de2e6a5 commit c8d3463
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "suptube"
version = "1.4.2"
version = "1.5.0"
description = "An opensource client for YouTube"
authors = ["Sandun Wiratunga"]
license = "MIT"
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "SupTube",
"version": "1.4.2"
"version": "1.5.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -84,8 +84,8 @@
"windows": [
{
"title": "SupTube",
"width": 1500,
"height": 750,
"minWidth": 1400,
"minHeight": 700,
"url": "https://www.youtube.com",
"fullscreen": false,
"focus": true,
Expand Down

0 comments on commit c8d3463

Please sign in to comment.