diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-02-08 08:11:30 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-02-08 08:11:30 +0800 |
commit | 480c7c5d24eb02152db9f2d7959d2ef3c9684076 (patch) | |
tree | 9de507611f7a1a9906fb189c4c0451f0c4038cfd | |
parent | 15ae20033c22a3958ad7ff6ac74f74b1c0d2dbf5 (diff) | |
download | tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.tar tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.tar.gz tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.tar.bz2 tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.tar.lz tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.tar.xz tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.tar.zst tangerine-wallet-browser-480c7c5d24eb02152db9f2d7959d2ef3c9684076.zip |
Version 3.2.0v3.2.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 65184e02b..28f2410ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## Current Master +## 3.2.0 2017-1-24 + +- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!) - Fix unapproved messages not being included in extension badge. - Fix rendering bug where the Confirm transaction view would lets you approve transactions when the account has insufficient balance. -- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!) ## 3.1.2 2017-1-24 diff --git a/app/manifest.json b/app/manifest.json index 8662c8030..8d6fb2ac4 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.1.2", + "version": "3.2.0", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |