mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
commit
bf1dc47e38
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
## 3.9.1 2017-7-19
|
||||||
|
|
||||||
- No longer automatically request 1 ropsten ether for the first account in a new vault.
|
- No longer automatically request 1 ropsten ether for the first account in a new vault.
|
||||||
- Now redirects from known malicious sites faster.
|
- Now redirects from known malicious sites faster.
|
||||||
- Added a link to our new support page to the help screen.
|
- Added a link to our new support page to the help screen.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "MetaMask",
|
"name": "MetaMask",
|
||||||
"short_name": "Metamask",
|
"short_name": "Metamask",
|
||||||
"version": "3.9.0",
|
"version": "3.9.1",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "https://metamask.io",
|
"author": "https://metamask.io",
|
||||||
"description": "Ethereum Browser Extension",
|
"description": "Ethereum Browser Extension",
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
"eth-contract-metadata": "^1.1.4",
|
"eth-contract-metadata": "^1.1.4",
|
||||||
"eth-hd-keyring": "^1.1.1",
|
"eth-hd-keyring": "^1.1.1",
|
||||||
"eth-query": "^2.1.2",
|
"eth-query": "^2.1.2",
|
||||||
"eth-sig-util": "^1.1.1",
|
"eth-sig-util": "^1.2.2",
|
||||||
"eth-simple-keyring": "^1.1.1",
|
"eth-simple-keyring": "^1.1.1",
|
||||||
"eth-token-tracker": "^1.1.2",
|
"eth-token-tracker": "^1.1.2",
|
||||||
"etheraddresslookup": "github:409H/EtherAddressLookup",
|
"etheraddresslookup": "github:409H/EtherAddressLookup",
|
||||||
|
Loading…
Reference in New Issue
Block a user