Skip to content

Commit

Permalink
version: 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan committed Apr 3, 2021
1 parent fdbbb84 commit ff76917
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/background/node/service.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export class NodeService extends EventEmitter {
}

async startNode() {
await put('hsd-2.4.0-migrate', false);
if (this.hsd) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bob-wallet",
"productName": "Bob",
"author": "Kyokan Group, Inc.",
"version": "0.7.0-rc.4",
"version": "0.7.0",
"description": "A Handshake wallet and auction manager.",
"scripts": {
"build": "./scripts/package.sh",
Expand Down

0 comments on commit ff76917

Please sign in to comment.