diff options
author | kumavis <aaron@kumavis.me> | 2018-04-05 06:20:25 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2018-04-05 06:20:25 +0800 |
commit | db177c79f6b26c562274c4a12bf567547b4a7489 (patch) | |
tree | 1f28c142dea22177d0007524b9e0d873f1d5458c | |
parent | bcb5f14b06959a9fd147361fa341e587b45baa76 (diff) | |
download | tangerine-wallet-browser-db177c79f6b26c562274c4a12bf567547b4a7489.tar.gz tangerine-wallet-browser-db177c79f6b26c562274c4a12bf567547b4a7489.tar.zst tangerine-wallet-browser-db177c79f6b26c562274c4a12bf567547b4a7489.zip |
4.5.3
-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__", |