diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-09 00:23:44 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:35:08 +0800 |
commit | c56ec02ad2d4f5397519ba8b7ba6b0b529390f0a (patch) | |
tree | 086fab1f61c6883563ad969f55cd6d3dbbc69401 | |
parent | c253f3d5a92f4395c577daf7b40daf3ed071c4a4 (diff) | |
download | dexon-wallet-c56ec02ad2d4f5397519ba8b7ba6b0b529390f0a.tar.gz dexon-wallet-c56ec02ad2d4f5397519ba8b7ba6b0b529390f0a.tar.zst dexon-wallet-c56ec02ad2d4f5397519ba8b7ba6b0b529390f0a.zip |
Add whitelist
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 366ee8f7..d7202817 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.2 Fri Nov 09 2018 + ## 1.0.1 Thu Nov 08 2018 ## 1.0.0 Mon Nov 05 2018 diff --git a/app/manifest.json b/app/manifest.json index f65970ac..d9d1ba76 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.1", + "version": "1.0.2", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |