Skip to content

Commit 2ba5737

Browse files
authored
Merge pull request #1866 from MetaMask/v3.9.5
V3.9.5
2 parents befb5de + c82908e commit 2ba5737

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
## Current Master
44

5+
## 3.9.5 2017-8-04
6+
7+
- Improved phishing detection configuration update rate
8+
59
## 3.9.4 2017-8-03
610

711
- Fixed bug that prevented transactions from being rejected.

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.4",
4+
"version": "3.9.5",
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
@@ -68,7 +68,7 @@
6868
"eth-bin-to-ops": "^1.0.1",
6969
"eth-contract-metadata": "^1.1.4",
7070
"eth-hd-keyring": "^1.1.1",
71-
"eth-phishing-detect": "^1.1.3",
71+
"eth-phishing-detect": "^1.1.4",
7272
"eth-query": "^2.1.2",
7373
"eth-sig-util": "^1.2.2",
7474
"eth-simple-keyring": "^1.1.1",

0 commit comments

Comments
 (0)