Merge pull request #1099 from MetaMask/dev

Publish 3.2.1
feature/default_network_editable
Kevin Serrano 8 years ago committed by GitHub
commit bd34d53c84
  1. 6
      CHANGELOG.md
  2. 2
      app/manifest.json

@ -2,7 +2,11 @@
## Current Master
## 3.2.0 2017-1-24
## 3.2.1 2017-2-8
- Fixed some build errors that were causing a variety of bugs.
## 3.2.0 2017-2-8
- Add ability to import accounts in JSON file format (used by Mist, Geth, MyEtherWallet, and more!)
- Fix unapproved messages not being included in extension badge.

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

Loading…
Cancel
Save