aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--app/manifest.json5
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 03f18201a..ee8589735 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,8 @@
## Current Master
+## 3.9.0 2017-7-12
+
- Now detects and blocks known phishing sites.
## 3.8.6 2017-7-11
diff --git a/app/manifest.json b/app/manifest.json
index ed1d68190..269e88e64 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,7 +1,7 @@
{
"name": "MetaMask",
"short_name": "Metamask",
- "version": "3.8.6",
+ "version": "3.9.0",
"manifest_version": 2,
"author": "https://metamask.io",
"description": "Ethereum Browser Extension",
@@ -56,8 +56,7 @@
{
"run_at": "document_end",
"matches": ["http://*/*", "https://*/*"],
- "js": ["scripts/blacklister.js"],
- "css": ["css/blacklister.css"]
+ "js": ["scripts/blacklister.js"]
}
],
"permissions": [