Version 3.2.2

feature/default_network_editable
Dan Finlay 8 years ago
parent 81a289cc5f
commit 26ae3d206f
  1. 4
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -2,6 +2,10 @@
## Current Master ## Current Master
## 3.2.2 2017-2-8
- Revert eth.sign behavior to the previous one with a big warning. We will be gradually implementing the new behavior over the coming time. https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign
## 3.2.1 2017-2-8 ## 3.2.1 2017-2-8
- Revert back to old style message signing. - Revert back to old style message signing.

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

Loading…
Cancel
Save