diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-17 14:49:31 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-18 10:10:11 +0800 |
commit | a27bb18107aa4d52573ccd77ec5abe6d6adb944a (patch) | |
tree | 9c54451ef978a936710e188b6c72eb175d70226d | |
parent | 04882c9efc262f2efe1b454d3ddb1025cb817a8e (diff) | |
download | dexon-wallet-a27bb18107aa4d52573ccd77ec5abe6d6adb944a.tar.gz dexon-wallet-a27bb18107aa4d52573ccd77ec5abe6d6adb944a.tar.zst dexon-wallet-a27bb18107aa4d52573ccd77ec5abe6d6adb944a.zip |
Update mainnet explorer
-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 84195760..5a4d602d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.3.1 Wed Apr 17 2019 + ## 1.3.0 Sat Apr 06 2019 ## 1.2.6 Mon Apr 01 2019 diff --git a/app/manifest.json b/app/manifest.json index cdf88702..f8f9c692 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.3.0", + "version": "1.3.1", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |