diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dc4f8e018..b2a8956ef 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,14 +7,16 @@ }, "package": { "productName": "ChatGPT", - "version": "0.3.0" + "version": "0.4.0" }, "tauri": { "allowlist": { "all": true, "fs": { "all": true, - "scope": ["$HOME/.chatgpt/*"] + "scope": [ + "$HOME/.chatgpt/*" + ] } }, "systemTray": {