diff options
author | Thomas <tmashuang@gmail.com> | 2018-04-05 07:32:40 +0800 |
---|---|---|
committer | Thomas <tmashuang@gmail.com> | 2018-04-05 07:32:40 +0800 |
commit | 92e6921684ce6aafca9b2e55a56911fff2e0a96c (patch) | |
tree | 91582f0fa5228aad99d67f2de87e2456dd1efcc7 | |
parent | 18e0a7e4f98fcad3c49fecf94bcfdc9bb1b50e0f (diff) | |
parent | 1153120fe84e9d4cde47a7e416028be0fec3c61c (diff) | |
download | tangerine-wallet-browser-92e6921684ce6aafca9b2e55a56911fff2e0a96c.tar.gz tangerine-wallet-browser-92e6921684ce6aafca9b2e55a56911fff2e0a96c.tar.zst tangerine-wallet-browser-92e6921684ce6aafca9b2e55a56911fff2e0a96c.zip |
Merge branch 'master' into i#3791
-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 ae56ad2e5..f427d1e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 4.5.3 Wed Apr 04 2018 + - Fix bug where checksum address are messing with balance issue [#3843](https://github.com/MetaMask/metamask-extension/issues/3843) - new ui: fix the confirm transaction screen diff --git a/app/manifest.json b/app/manifest.json index 2a18bdb2d..61d2c5b5e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.5.2", + "version": "4.5.3", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |