diff options
v3.9.4
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a607c19a..4c5ca37a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## Current Master +## 3.9.4 2017-8-03 + +- Fixed bug that prevented transactions from being rejected. + ## 3.9.3 2017-8-03 -- Add support for EGO uport token +- Add support for EGO ujo token - Continuously update blacklist for known phishing sites in background. - Automatically detect suspicious URLs too similar to common phishing targets, and blacklist them. diff --git a/app/manifest.json b/app/manifest.json index 6c02120c1..d5e1937fa 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.3", + "version": "3.9.4", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |