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__",