Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencx committed Dec 17, 2022
1 parent d554dcd commit 7fea0aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7fea0aa

Please sign in to comment.