diff options
Merge branch 'master' into FixSvgIcons
-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 72866a75c..08acdf9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 2.6.0 2016-07-11 + - Fix formatting of ETH balance - Fix formatting of account details. - Use web3 minified dist for faster inject times diff --git a/app/manifest.json b/app/manifest.json index ebeaf16f6..d0207ee0e 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "2.5.0", + "version": "2.6.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { |