Merge pull request #701 from MetaMask/Version-2.13.3

Version 2.13.3
This commit is contained in:
kumavis 2016-10-05 07:50:37 -07:00 committed by GitHub
commit 8523a526fe
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@
## Current Master
## 2.13.3 2016-10-4
- Fix bug where log queries were filtered out.
- Decreased vault confirmation button font size to help some Linux users who could not see it.
- Made popup a little taller because it would sometimes cut off buttons.

View File

@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
"version": "2.13.2",
"version": "2.13.3",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",

View File

@ -82,7 +82,7 @@
"through2": "^2.0.1",
"vreme": "^3.0.2",
"web3": "ethereum/web3.js#260ac6e78a8ce4b2e13f5bb0fdb65f4088585876",
"web3-provider-engine": "^8.1.0",
"web3-provider-engine": "^8.1.1",
"web3-stream-provider": "^2.0.6",
"xtend": "^4.0.1"
},