From 7fea0aa39505fd31efc768579020998d2cdf23f8 Mon Sep 17 00:00:00 2001 From: lencx Date: Sat, 17 Dec 2022 17:39:21 +0800 Subject: [PATCH] v0.4.0 --- src-tauri/tauri.conf.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index dc4f8e0..b2a8956 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": {