Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviodelgrosso committed Dec 28, 2023
1 parent bb84afd commit 1e368b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-app-tauri",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev:fe": "vite",
Expand Down Expand Up @@ -31,4 +31,4 @@
"typescript": "^5.2.2",
"vite": "^4.5.1"
}
}
}
4 changes: 2 additions & 2 deletions 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.2.0"
"version": "0.2.1"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -70,4 +70,4 @@
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEE4NTQ5REE3OTc5MkQ1QzMKUldURDFaS1hwNTFVcUg5Vk45V0prclk3RGt1SHRHYm5OUjNlYnZ2SVQ4WkRYd0V6dkxLbCtoWWoK"
}
}
}
}

0 comments on commit 1e368b0

Please sign in to comment.