aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2016-11-09 01:22:10 +0800
committerGitHub <noreply@github.com>2016-11-09 01:22:10 +0800
commitebcdb7a4917dae38080b5e73b2ebcf77b7537479 (patch)
treefd68563cb1b8f6120d154b0657267dd747bfe1ff
parent2160eb35aa49d80b1cb9217a6597c238c88d2ff7 (diff)
parentb57009493b49d35beb871a7776283d7f58aa7409 (diff)
downloadtangerine-wallet-browser-ebcdb7a4917dae38080b5e73b2ebcf77b7537479.tar.gz
tangerine-wallet-browser-ebcdb7a4917dae38080b5e73b2ebcf77b7537479.tar.zst
tangerine-wallet-browser-ebcdb7a4917dae38080b5e73b2ebcf77b7537479.zip
Merge pull request #797 from MetaMask/Version-2.13.7
Version 2.13.7
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json2
-rw-r--r--package.json2
3 files changed, 4 insertions, 2 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",
diff --git a/package.json b/package.json
index 2ed978cd5..4579e0166 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"iframe": "^1.0.0",
"iframe-stream": "^1.0.2",
"inject-css": "^0.1.1",
- "jazzicon": "^1.1.3",
+ "jazzicon": "1.1.5",
"menu-droppo": "^1.1.0",
"metamask-logo": "^2.1.2",
"mississippi": "^1.2.0",