aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrankie <frankie.diamond@gmail.com>2017-08-05 05:26:19 +0800
committerGitHub <noreply@github.com>2017-08-05 05:26:19 +0800
commit2ba5737728d2539fc3bc9015e440f37341219cdc (patch)
treeea979531e4e66240f520b8321bdf97a3edd036cb
parentbefb5de325cc325f26bda9bdaba942dec808a952 (diff)
parentc82908e843b5d4760c84e0628f6a7d5caeae467a (diff)
downloadtangerine-wallet-browser-2ba5737728d2539fc3bc9015e440f37341219cdc.tar.gz
tangerine-wallet-browser-2ba5737728d2539fc3bc9015e440f37341219cdc.tar.zst
tangerine-wallet-browser-2ba5737728d2539fc3bc9015e440f37341219cdc.zip
Merge pull request #1866 from MetaMask/v3.9.5v3.9.5
V3.9.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--app/manifest.json2
-rw-r--r--package.json2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c5ca37a1..b1921c17a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## Current Master
+## 3.9.5 2017-8-04
+
+- Improved phishing detection configuration update rate
+
## 3.9.4 2017-8-03
- Fixed bug that prevented transactions from being rejected.
diff --git a/app/manifest.json b/app/manifest.json
index d5e1937fa..3b9194eb9 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.9.4",
+ "version": "3.9.5",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
diff --git a/package.json b/package.json
index a8429cc08..367754a00 100644
--- a/package.json
+++ b/package.json
@@ -68,7 +68,7 @@
"eth-bin-to-ops": "^1.0.1",
"eth-contract-metadata": "^1.1.4",
"eth-hd-keyring": "^1.1.1",
- "eth-phishing-detect": "^1.1.3",
+ "eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^1.2.2",
"eth-simple-keyring": "^1.1.1",