From 8787b161e8efdd6250869781d299399361d7d184 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Fri, 24 Jan 2020 22:56:19 +0000 Subject: [PATCH] Version v7.7.3 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21afef24..e67452009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 7.7.3 Fri Jan 24 2020 + ## 7.7.2 Fri Jan 10 2020 - [#7753](https://github.com/MetaMask/metamask-extension/pull/7753): Fix gas estimate for tokens - [#7473](https://github.com/MetaMask/metamask-extension/pull/7473): Fix transaction order on transaction confirmation screen diff --git a/app/manifest.json b/app/manifest.json index 7818b046b..b646d3568 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.7.2", + "version": "7.7.3", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",