diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-04-25 10:59:08 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-04-25 11:00:28 +0800 |
commit | 49ae8812893835f7760afd307bfca84a8de0e4d4 (patch) | |
tree | e0d86e0c01858412bf25d56fe99419d379b0f053 | |
parent | b33a2b70b16c03e6966a696eb33b18a5bd6c0ceb (diff) | |
download | dexon-wallet-49ae8812893835f7760afd307bfca84a8de0e4d4.tar.gz dexon-wallet-49ae8812893835f7760afd307bfca84a8de0e4d4.tar.zst dexon-wallet-49ae8812893835f7760afd307bfca84a8de0e4d4.zip |
Show proper USD value
-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 9add4f86..a41943c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 1.3.4 Thu Apr 25 2019 + ## 1.3.3 Wed Apr 24 2019 ## 1.3.2 Fri Apr 19 2019 diff --git a/app/manifest.json b/app/manifest.json index a4154195..3c48b18b 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "1.3.3", + "version": "1.3.4", "manifest_version": 2, "author": "https://dexon.org", "description": "__MSG_appDescription__", |