diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9a9d0c8..7c8ed89 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "bridge-controller", - "version": "0.1.3" + "version": "0.2.0" }, "tauri": { "allowlist": { @@ -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 } } -} +} \ No newline at end of file