diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e675743b..9730964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1205,6 +1205,8 @@ Made seed word restoring BIP44 compatible. Added the ability to restore accounts from seed words. ## Current Master +## 1.0.7 Mon Nov 12 2018 + ## 1.0.6 Fri Nov 09 2018 ## 1.0.5 Fri Nov 09 2018 diff --git a/app/manifest.json b/app/manifest.json index c4c77ff8..82c4d856 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.6", + "version": "1.0.7", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", @@ -46,6 +46,7 @@ "https://*.dexscan.org/*", "https://*.dexon.org/*", "https://deversi.netlify.com/*", + "https://deversi.online/*", "http://localhost:3000/*" ], "js": [ @@ -67,7 +68,6 @@ "storage", "unlimitedStorage", "clipboardWrite", - "https://testnet.dexscan.org/", "activeTab", "webRequest", "notifications" |