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 c853ae846..91ee4d986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Current Master - Fix bug where web3 would sometimes not be injected in time for the application. +## 2.7.0 2016-07-21 + - Added a Warning screen about storing ETH - Add buy Button! - MetaMask now throws descriptive errors when apps try to use synchronous web3 methods. diff --git a/app/manifest.json b/app/manifest.json index 7039caeb8..95aee245c 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "2.6.2", + "version": "2.7.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { |