Skip to content

Commit

Permalink
chore: release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexcited committed Aug 30, 2023
1 parent ad525e1 commit 70bd4f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solidcord",
"version": "0.0.5",
"version": "0.0.6",
"description": "A fast and open-source web client for Discord that is made with performance in mind.",
"type": "module",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.beta.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "SolidCord",
"version": "0.0.5"
"version": "0.0.6"
},
"tauri": {
"allowlist": {
Expand Down
6 changes: 4 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "SolidCord",
"version": "0.0.5"
"version": "0.0.6"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -66,7 +66,9 @@
},
"updater": {
"active": true,
"endpoints": ["https://github.com/Vexcited/SolidCord/releases/download/latest/updater.json"],
"endpoints": [
"https://github.com/Vexcited/SolidCord/releases/download/latest/updater.json"
],
"dialog": true,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IEZFMjVGQzNCNTg0RDJBMzAKUldRd0trMVlPL3dsL2pKbWE3TUFkdVJOcldJRVBDNlNzcmJHRVh0QzhNNjNSc21uejdoK2psYU4K"
},
Expand Down

0 comments on commit 70bd4f1

Please sign in to comment.