aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md3
-rw-r--r--app/manifest.json2
-rw-r--r--package.json2
3 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6d3d5ed4..ddc354e89 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,11 @@
## Current Master
+## 2.13.2 2016-10-4
+
- Fix bug where chosen FIAT exchange rate does no persist when switching networks
- Fix additional parameters that made MetaMask sometimes receive errors from Parity.
+- Fix bug where invalid transactions would still open the MetaMask popup.
## 2.13.1 2016-09-23
diff --git a/app/manifest.json b/app/manifest.json
index 0db9b2b83..d6738a5fa 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "2.13.1",
+ "version": "2.13.2",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
diff --git a/package.json b/package.json
index 1eef432e0..b59a7ca44 100644
--- a/package.json
+++ b/package.json
@@ -81,7 +81,7 @@
"through2": "^2.0.1",
"vreme": "^3.0.2",
"web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876",
- "web3-provider-engine": "^8.0.7",
+ "web3-provider-engine": "^8.1.0",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"
},