diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-11-16 18:21:16 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:52:34 +0800 |
commit | 67b1928d603d9dc57769b3564f69a4a5c0cca217 (patch) | |
tree | d9f154583321a54a5e75a2f9e7c37ea4ab78976b | |
parent | b32a1c7dafeffb8240071e4e66e6209d631a8a36 (diff) | |
download | dexon-wallet-67b1928d603d9dc57769b3564f69a4a5c0cca217.tar.gz dexon-wallet-67b1928d603d9dc57769b3564f69a4a5c0cca217.tar.zst dexon-wallet-67b1928d603d9dc57769b3564f69a4a5c0cca217.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 ef92a5a9..5fa39775 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.12 Fri Nov 16 2018 + ## 1.0.11 Thu Nov 15 2018 ## 1.0.10 Tue Nov 13 2018 diff --git a/app/manifest.json b/app/manifest.json index 48c43c3d..edc637dc 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.0.11", + "version": "1.0.12", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |