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 dced3feb8..3da2af544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 5.3.5 Mon Feb 4 2019 + +- [#6084](https://github.com/MetaMask/metamask-extension/pull/6087): Privacy mode fixes + ## 5.3.4 Thu Jan 31 2019 - [#6079](https://github.com/MetaMask/metamask-extension/pull/6079): fix - migration 30 diff --git a/app/manifest.json b/app/manifest.json index b79eb914d..179950abb 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.4", + "version": "5.3.5", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |