1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Version 3.0.1

This commit is contained in:
Dan Finlay 2017-01-17 00:14:25 -08:00
parent 8fcade92d3
commit a208ed1d83
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
## Current Master ## Current Master
## 3.0.1 2017-1-17
- Fixed bug that prevented eth.sign from working. - Fixed bug that prevented eth.sign from working.
## 3.0.0 2017-1-16 ## 3.0.0 2017-1-16

View File

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