diff options
-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 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__", |