diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-04-25 04:58:46 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-04-25 04:58:46 +0800 |
commit | c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b (patch) | |
tree | 88482be230377d61397dbbd017c3490b150e0cf8 | |
parent | ca3faba1ac7b3a8323681e669f47fbac4bb1ead3 (diff) | |
download | tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.tar tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.tar.gz tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.tar.bz2 tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.tar.lz tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.tar.xz tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.tar.zst tangerine-wallet-browser-c3746e62ec50de87a85bd2af0bfaf66fb19fbc1b.zip |
Version 3.5.3v3.5.3
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd754cadd..1a32b8138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,12 @@ ## Current Master +## 3.5.3 2017-4-24 + - Popup new transactions in Firefox. - Fix transition issue from account detail screen. +- Revise buy screen for more modularity. +- Fixed some other small bugs. ## 3.5.2 2017-3-28 diff --git a/app/manifest.json b/app/manifest.json index a3242149b..aeb47dfe3 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.5.2", + "version": "3.5.3", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |