From 1c69edff453f0024a1158edd3f18e4428e44efbc Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 28 Mar 2016 12:35:18 -0700 Subject: [PATCH 1/2] Return updated state after restoring vault --- app/scripts/lib/idStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/lib/idStore.js b/app/scripts/lib/idStore.js index e3f2a841d..f0e566e5e 100644 --- a/app/scripts/lib/idStore.js +++ b/app/scripts/lib/idStore.js @@ -57,7 +57,7 @@ IdentityStore.prototype.recoverFromSeed = function(password, seed, cb){ this._loadIdentities() this._didUpdate() - cb() + cb(null, this.getState()) }) } From 966be992273b618f911e9d3178fa7d1e0b8afbd4 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Mon, 28 Mar 2016 12:37:32 -0700 Subject: [PATCH 2/2] Version bump --- app/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/manifest.json b/app/manifest.json index 1ca0f55e9..dba3a7c6a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "1.0.0", + "version": "1.1.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": {