diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdfe7e04..bd9e2fe94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 7.7.4 Wed Jan 29 2020 + ## 7.7.3 Fri Jan 24 2020 - [#7894](https://github.com/MetaMask/metamask-extension/pull/7894): Update GABA dependency version - [#7901](https://github.com/MetaMask/metamask-extension/pull/7901): Use eth-contract-metadata@1.12.1 diff --git a/app/manifest.json b/app/manifest.json index b646d3568..2c6cbc644 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.7.3", + "version": "7.7.4", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__",