From 56088d8370428118bdd6241f991824046a71c098 Mon Sep 17 00:00:00 2001 From: Mark Stacey Date: Fri, 28 Jun 2019 01:49:25 -0300 Subject: [PATCH] Version 6.7.1 --- CHANGELOG.md | 3 +++ app/manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24af6cb4f..6960385ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Current Develop Branch +## 6.7.1 Fri Jun 28 2019 +- [#6764](https://github.com/MetaMask/metamask-extension/pull/6764): Fix display of token amount on confirm transaction screen + ## 6.7.0 Tue Jun 18 2019 - [#6623](https://github.com/MetaMask/metamask-extension/pull/6623): Improve contract method data fetching (#6623) diff --git a/app/manifest.json b/app/manifest.json index 27741869e..d09407373 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.7.0", + "version": "6.7.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",