diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-05-07 00:50:56 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-05-07 00:50:56 +0800 |
commit | 485165df55fe9bc0aab57fd1dd17c4bf377b844d (patch) | |
tree | fe6f36dd542844af51bb99174f4b2c088cb125c8 | |
parent | 553ab142c878849ef44655a52f30f06a2fd45331 (diff) | |
download | dexon-wallet-485165df55fe9bc0aab57fd1dd17c4bf377b844d.tar.gz dexon-wallet-485165df55fe9bc0aab57fd1dd17c4bf377b844d.tar.zst dexon-wallet-485165df55fe9bc0aab57fd1dd17c4bf377b844d.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 a41943c8..d551125f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.3.5 Tue May 07 2019 + ## 1.3.4 Thu Apr 25 2019 ## 1.3.3 Wed Apr 24 2019 diff --git a/app/manifest.json b/app/manifest.json index 3c48b18b..46fdd75c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.3.4", + "version": "1.3.5", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |