aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2017-12-15 04:33:55 +0800
committerGitHub <noreply@github.com>2017-12-15 04:33:55 +0800
commit115c5e3a43103476682735bc3c840b9d429165ed (patch)
tree859d77f1d0dd37acedc71d9d0cd2d4140b45d514
parent453bfd34e333528e8dcbf17c550cbb8a1c4d17dc (diff)
parent622a1f7f4a972b7ea665de941d61bedb5ff03331 (diff)
downloadtangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.tar
tangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.tar.gz
tangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.tar.bz2
tangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.tar.lz
tangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.tar.xz
tangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.tar.zst
tangerine-wallet-browser-115c5e3a43103476682735bc3c840b9d429165ed.zip
Merge pull request #2747 from MetaMask/Version-3.13.3
Version 3.13.3
-rw-r--r--CHANGELOG.md3
-rw-r--r--app/manifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 106881ea5..3b7256466 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,10 @@
## Current Master
+## 3.13.3 2017-12-14
+
- Show tokens that are held that have no balance.
+- Reduce load on Infura by using a new block polling endpoint.
## 3.13.2 2017-12-9
diff --git a/app/manifest.json b/app/manifest.json
index a5645bb7c..d6c57d681 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.13.2",
+ "version": "3.13.3",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",