From a7911ce9b3dc05bcb6533259240033cb7de38f9a Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Tue, 28 Apr 2020 15:40:28 +0000 Subject: [PATCH] Version v7.7.9 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c062db40..c01b6cc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 7.7.9 Tue Apr 28 2020 + ## 7.7.8 Wed Mar 11 2020 - [#8176](https://github.com/MetaMask/metamask-extension/pull/8176): Handle and set gas estimation when max mode is clicked - [#8178](https://github.com/MetaMask/metamask-extension/pull/8178): Use specified gas limit when speeding up a transaction diff --git a/app/manifest.json b/app/manifest.json index de4191ab4..45ff5ab7f 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.7.8", + "version": "7.7.9", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",