diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-21 11:52:20 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:52:48 +0800 |
commit | b416ff1a4a46f71b83af4417b50af462e52240ac (patch) | |
tree | 520f5d67c9080927a703db93996d882f09c9a6c0 | |
parent | b6493a61013774db0f1d1ee2f844b137a3655c4b (diff) | |
download | dexon-wallet-b416ff1a4a46f71b83af4417b50af462e52240ac.tar.gz dexon-wallet-b416ff1a4a46f71b83af4417b50af462e52240ac.tar.zst dexon-wallet-b416ff1a4a46f71b83af4417b50af462e52240ac.zip |
Add permission to Remix
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7af480..6a98dc14 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.14 Wed Nov 21 2018 + ## 1.0.13 Tue Nov 20 2018 ## 1.0.12 Fri Nov 16 2018 diff --git a/app/manifest.json b/app/manifest.json index 12302fa4..4468c33f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.13", + "version": "1.0.14", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", @@ -45,6 +45,7 @@ "matches": [ "https://*.dexscan.org/*", "https://*.dexon.org/*", + "http://*.dexon.org/*", "https://deversi.online/*", "http://localhost:3000/*", "http://localhost:8080/*" |