diff options
-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 7aa01e61f..b34878df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ - Replace account scren with an account drop-down menu. - Replace confusing buttons with an new account-specific drop-down menu. +## 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", |