Skip to content

Commit dcf0257

Browse files
committed
Version 3.9.1
1 parent d2fd7e8 commit dcf0257

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Current Master
44

5+
## 3.9.1 2017-7-19
6+
57
- No longer automatically request 1 ropsten ether for the first account in a new vault.
68
- Now redirects from known malicious sites faster.
79
- Added a link to our new support page to the help screen.

app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MetaMask",
33
"short_name": "Metamask",
4-
"version": "3.9.0",
4+
"version": "3.9.1",
55
"manifest_version": 2,
66
"author": "https://metamask.io",
77
"description": "Ethereum Browser Extension",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eth-contract-metadata": "^1.1.4",
6868
"eth-hd-keyring": "^1.1.1",
6969
"eth-query": "^2.1.2",
70-
"eth-sig-util": "^1.1.1",
70+
"eth-sig-util": "^1.2.2",
7171
"eth-simple-keyring": "^1.1.1",
7272
"eth-token-tracker": "^1.1.2",
7373
"etheraddresslookup": "github:409H/EtherAddressLookup",

0 commit comments

Comments
 (0)