diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-11-09 00:51:14 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-11-09 00:51:14 +0800 |
commit | 4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116 (patch) | |
tree | d3d1f94e05b2cf92e4d5f5f343e882455d4c65ad | |
parent | 2160eb35aa49d80b1cb9217a6597c238c88d2ff7 (diff) | |
download | tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.tar tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.tar.gz tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.tar.bz2 tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.tar.lz tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.tar.xz tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.tar.zst tangerine-wallet-browser-4a0197012ec2dfdcb8b2fe988f3d325ec0cd7116.zip |
Version 2.13.7
-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 bc8cc5fa3..a6015ccb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 2.13.7 2016-11-8 + - Fix bug where gas estimate would sometimes be very high. - Increased our gas estimate from 100k gas to 20% of estimate. - Fix github link on info page to point at current repository. diff --git a/app/manifest.json b/app/manifest.json index e35f2918d..a21809ce8 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.13.6", + "version": "2.13.7", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |