Skip to content

Commit

Permalink
chore: bump bundle version
Browse files Browse the repository at this point in the history
  • Loading branch information
KristianMika committed May 21, 2024
1 parent d3c42eb commit b36d171
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "bridge-controller",
"version": "0.1.3"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -37,21 +37,21 @@
"active": false
},
"windows": [
{
"fullscreen": false,
"height": 400,
"resizable": false,
"title": "mpc-bridge",
"width": 550,
"visible": false,
"hiddenTitle": true,
"decorations": false,
"transparent": false
}
{
"fullscreen": false,
"height": 400,
"resizable": false,
"title": "mpc-bridge",
"width": 550,
"visible": false,
"hiddenTitle": true,
"decorations": false,
"transparent": false
}
],
"systemTray": {
"iconPath": "icons/icon.png",
"iconAsTemplate": true
}
}
}
}

0 comments on commit b36d171

Please sign in to comment.