diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0151e6d..58779e31e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,14 @@ ## Current Master +## 3.9.6 2017-8-09 + - Replace account screen with an account drop-down menu. -- Replace confusing buttons with a new account-specific drop-down menu. +- Replace account buttons with a new account-specific drop-down menu. ## 3.9.5 2017-8-04 -- Improved phishing detection configuration update rate +- Improved phishing detection configuration update rate ## 3.9.4 2017-8-03 diff --git a/app/manifest.json b/app/manifest.json index 3b9194eb9..f34bdcec3 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "3.9.5", + "version": "3.9.6", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |