Skip to content

Commit ff76917

Browse files
committed
version: 0.7.0
1 parent fdbbb84 commit ff76917

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/background/node/service.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class NodeService extends EventEmitter {
6666
}
6767

6868
async startNode() {
69-
await put('hsd-2.4.0-migrate', false);
7069
if (this.hsd) {
7170
return;
7271
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "bob-wallet",
33
"productName": "Bob",
44
"author": "Kyokan Group, Inc.",
5-
"version": "0.7.0-rc.4",
5+
"version": "0.7.0",
66
"description": "A Handshake wallet and auction manager.",
77
"scripts": {
88
"build": "./scripts/package.sh",

0 commit comments

Comments
 (0)