diff options
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd480ec2..f4625e8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 2.7.2 2016-07-29 + - Add Ethereum Classic to provider menu - Fix bug where host store would fail to receive updates. diff --git a/app/manifest.json b/app/manifest.json index e49511b27..a1074178e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.7.1", + "version": "2.7.2", "manifest_version": 2, "description": "Ethereum Browser Extension", "icons": { |