diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-05 14:38:47 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:53:27 +0800 |
commit | 1addbd5252dd9a20697018628fb68e408ef570a9 (patch) | |
tree | ae2d12b103dc8d92a975049165af72a3e535d7c5 | |
parent | 70020380fbce25c2dd6c36734b4b77f2a5d69b78 (diff) | |
download | dexon-wallet-1addbd5252dd9a20697018628fb68e408ef570a9.tar.gz dexon-wallet-1addbd5252dd9a20697018628fb68e408ef570a9.tar.zst dexon-wallet-1addbd5252dd9a20697018628fb68e408ef570a9.zip |
Update version
-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__", |