Skip to content

Commit

Permalink
v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowgate15 committed Jul 21, 2022
1 parent 8e20d42 commit 3e5c3e8
Show file tree
Hide file tree
Showing 2 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,7 +1,7 @@
{
"name": "bree-desktop",
"description": "Bree Desktop Application",
"version": "0.0.1-3",
"version": "0.0.1",
"author": "Taylor Schley <[email protected]> (https://github.com/shadowgate15)",
"bin": "scripts/move-binary.mjs",
"bugs": {
Expand Down
8 changes: 5 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "Bree",
"version": "0.0.1-3"
"version": "0.0.1"
},
"build": {
"distDir": "../dist",
Expand Down Expand Up @@ -45,7 +45,9 @@
},
"updater": {
"active": true,
"endpoints": ["https://github.com/breejs/bree-desktop/releases/download/updater/release.json"],
"endpoints": [
"https://github.com/breejs/bree-desktop/releases/download/updater/release.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IERFMkYwMUE2REE5MjhCOTgKUldTWWk1TGFwZ0V2M2lVekc1Y0drOUJhdkdwbnJ6WjIvR0NJaXNpeHhwRG9oczNMbW0rMGY3TkIK"
},
"allowlist": {
Expand All @@ -67,4 +69,4 @@
"csp": null
}
}
}
}

0 comments on commit 3e5c3e8

Please sign in to comment.