diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-05-15 10:05:00 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-05-15 10:05:00 +0800 |
commit | b97e0d74acdc939034e19bbbc66f85d0033991e4 (patch) | |
tree | 121bca467bbf7cfbfbeea64cff619013317a91d8 | |
parent | 98e9f666eb1c8310c32ef9c29db244ea5e845457 (diff) | |
download | dexon-wallet-b97e0d74acdc939034e19bbbc66f85d0033991e4.tar.gz dexon-wallet-b97e0d74acdc939034e19bbbc66f85d0033991e4.tar.zst dexon-wallet-b97e0d74acdc939034e19bbbc66f85d0033991e4.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 533a1c67..0fc2bac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.3.7 Wed May 15 2019 + ## 1.3.6 Wed May 08 2019 ## 1.3.5 Tue May 07 2019 diff --git a/app/manifest.json b/app/manifest.json index 2e72a481..6c642af0 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.3.6", + "version": "1.3.7", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |