From c56ec02ad2d4f5397519ba8b7ba6b0b529390f0a Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Fri, 9 Nov 2018 00:23:44 +0800 Subject: Add whitelist --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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__", -- cgit