diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-01-23 07:46:09 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-01-23 07:46:09 +0800 |
commit | 4b9c166a6452110b9dc766e7fea5112a9c89c260 (patch) | |
tree | af400821f2e26b4494b97f78fa9d7c5a7f39d156 | |
parent | 0373a3840bd52d3fffe04accf40c185d798f2ad2 (diff) | |
download | tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.tar tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.tar.gz tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.tar.bz2 tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.tar.lz tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.tar.xz tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.tar.zst tangerine-wallet-browser-4b9c166a6452110b9dc766e7fea5112a9c89c260.zip |
Version 3.13.7v3.13.7
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c4efbe00e..05f455245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,14 @@ ## Current Master +## 3.13.7 2018-1-22 + - Add ability to bypass gas estimation loading indicator. +- Re-add changes from 3.13.4 + +## 3.13.6 2017-1-18 + +- Roll back changes to 3.13.4 to fix some issues with the new Infura REST provider. ## 3.13.5 2018-1-16 diff --git a/app/manifest.json b/app/manifest.json index 3b6fc6b20..d795a225a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.13.5", + "version": "3.13.7", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |