1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 01:39:44 +01:00

Merge branch 'dev' into i1085-synchronousnet

This commit is contained in:
kumavis 2017-02-09 18:41:01 -08:00 committed by GitHub
commit d1a6b8c8ed
2 changed files with 6 additions and 3 deletions

View File

@ -1,10 +1,13 @@
# Changelog
## Current Master
- net_version has been made synchronous.
## 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.

View File

@ -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",