diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-10-22 06:40:57 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-10-22 06:40:57 +0800 |
commit | e564ed8d4cfeceb2caf769302a3c34d4b11c7485 (patch) | |
tree | db33e3d81905630e0e241e8ac4942a6236310eb8 | |
parent | 1c273b50d3d36307e2149624f708aa7e6940ac84 (diff) | |
download | tangerine-wallet-browser-3.11.2.tar.gz tangerine-wallet-browser-3.11.2.tar.zst tangerine-wallet-browser-3.11.2.zip |
Version 3.11.2v3.11.2
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bbbc2e3be..f0b0c0498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current Master +## 3.11.2 2017-10-21 + +- Fix bug where reject button would sometimes not work. +- Fixed bug where sometimes MetaMask's connection to a page would be unreliable. + ## 3.11.1 2017-10-20 - Fix bug where log filters were not populated correctly diff --git a/app/manifest.json b/app/manifest.json index c30d90dfa..eb499390a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.11.1", + "version": "3.11.2", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |