diff options
Version 2.10.2
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d25ee284a..0affb2477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Master +## 2.10.2 2016-09-02 + +- Fix bug where notification popup would not display. + ## 2.10.1 2016-09-02 - Fix bug where provider menu did not allow switching to custom network from a custom network. diff --git a/app/manifest.json b/app/manifest.json index 7d23e7d31..0fee3f051 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.10.1", + "version": "2.10.2", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |