diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index de760c3fd..dced3feb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 5.3.4 Thu Jan 31 2019 + +- [#6079](https://github.com/MetaMask/metamask-extension/pull/6079): fix - migration 30 + ## 5.3.3 Wed Jan 30 2019 - [#6006](https://github.com/MetaMask/metamask-extension/pull/6006): Update privacy notice diff --git a/app/manifest.json b/app/manifest.json index 25eac6472..b79eb914d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.3", + "version": "5.3.4", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |