Merge pull request #2033 from MetaMask/Version-3.9.12

Version 3.9.12
feature/default_network_editable
kumavis 7 years ago committed by GitHub
commit 351db952c5
  1. 3
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -2,6 +2,9 @@
## Current Master
## 3.9.12 2017-9-6
- Fix bug that prevented Web3 1.0 compatibility
- Make eth_sign deprecation warning less noisy
- Add useful link to eth_sign deprecation warning.
- Fix bug with network version serialization over synchronous RPC

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

Loading…
Cancel
Save