From 81fc1e5f7dc958af40d8113b80c8cfb38c2016ef Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Fri, 15 Apr 2016 10:01:46 -0700 Subject: Bump version to 1.5.1 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3ed073a..e74a095dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Master +# 1.5.1 2016-04-15 + - Corrected text above account list. Selected account is visible to all sites, not just the current domain. - Merged the UI codebase into the main plugin codebase for simpler maintenance. - Fix Ether display rounding error. Now rendering to four decimal points. diff --git a/app/manifest.json b/app/manifest.json index 129c6b687..695451635 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "Metamask", - "version": "1.5.0", + "version": "1.5.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { -- cgit