diff --git a/UPDATE_LOG.md b/UPDATE_LOG.md index 4ffaa27..ac99e35 100644 --- a/UPDATE_LOG.md +++ b/UPDATE_LOG.md @@ -1,6 +1,6 @@ # UPDATE LOG -## v0.6.7 +## v0.6.8 fix: unable to synchronize diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6c84957..03bdca7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "ChatGPT", - "version": "0.6.7" + "version": "0.6.8" }, "tauri": { "allowlist": { @@ -24,7 +24,7 @@ "scope": [ "$HOME/*", "$HOME/.chatgpt/*", - "$HOME/.chatgpt/cache_sync/*" + "$HOME/.chatgpt/cache_mode/*" ] } },