aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",