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 418c85c46..3bc6b4e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +## 1.5.0 2016-04-13 + - Added ability to send ether. - Fixed bugs related to using Javascript numbers, which lacked appropriate precision. - Corrected text above account list. Selected account is visible to all sites, not just the current domain. diff --git a/app/manifest.json b/app/manifest.json index d84dd0082..129c6b687 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.4.0", + "version": "1.5.0", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { |