From 1addbd5252dd9a20697018628fb68e408ef570a9 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Wed, 5 Dec 2018 14:38:47 +0800 Subject: Update version --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b5910b..b91478ff 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.1.0 Wed Dec 05 2018 + ## 1.0.16 Tue Nov 27 2018 ## 1.0.15 Thu Nov 22 2018 diff --git a/app/manifest.json b/app/manifest.json index 6798bfc6..6ea4c3b3 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.16", + "version": "1.1.0", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", -- cgit