diff options
author | Dan Finlay <dan@danfinlay.com> | 2017-05-18 05:36:50 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2017-05-18 05:36:50 +0800 |
commit | 2a25f99461c01ac9e0aec3d90f73675c58303860 (patch) | |
tree | 368880bec28034c0b8550b1df6ef1dbbdce992f6 | |
parent | fae34c169f3a53053d6fbd471551015b5a0a4bb2 (diff) | |
download | tangerine-wallet-browser-2a25f99461c01ac9e0aec3d90f73675c58303860.tar.gz tangerine-wallet-browser-2a25f99461c01ac9e0aec3d90f73675c58303860.tar.zst tangerine-wallet-browser-2a25f99461c01ac9e0aec3d90f73675c58303860.zip |
Version 3.6.5v3.6.5
-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 24ae4e781..371b348ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 3.6.5 2017-5-17 + - Fix bug where edited gas parameters would not take effect. - Trim currency list. - Fix event filter bug introduced by newer versions of Geth. diff --git a/app/manifest.json b/app/manifest.json index a1f6d7855..31e4598c7 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.6.4", + "version": "3.6.5", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |