Skip to content

Commit

Permalink
Add 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnylazuardi committed Mar 19, 2023
1 parent 1b078af commit 97e4207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chatgpt",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export -o dist",
Expand All @@ -20,4 +20,4 @@
"@types/react-dom": "^18.0.6",
"typescript": "^4.7.4"
}
}
}
Binary file modified releases/chatgpt.msi
Binary file not shown.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "chatgpt",
"version": "0.4.0"
"version": "0.5.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 97e4207

Please sign in to comment.