diff options
author | Dan Finlay <dan@danfinlay.com> | 2018-11-08 00:55:56 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2018-11-08 00:55:56 +0800 |
commit | d812cde25ce3045cb51c47144733b317ad1a7d30 (patch) | |
tree | 3be730f1d36fdad35c26f0c0aca44d4f76cdcead | |
parent | 718393f89a1bf99ff15bdfe1aa5c4301fbd56621 (diff) | |
download | tangerine-wallet-browser-5.0.1.tar tangerine-wallet-browser-5.0.1.tar.gz tangerine-wallet-browser-5.0.1.tar.bz2 tangerine-wallet-browser-5.0.1.tar.lz tangerine-wallet-browser-5.0.1.tar.xz tangerine-wallet-browser-5.0.1.tar.zst tangerine-wallet-browser-5.0.1.zip |
Version 5.0.1v5.0.1
-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 7142b815b..1ea09a150 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Develop Branch +## 5.0.1 Wednesday November 7 2018 + +- Fixed bug in privacy mode that made it not work correctly on Firefox. + ## 5.0.0 Tuesday November 6 2018 - Implements EIP 1102 as a user-activated "Privacy Mode". diff --git a/app/manifest.json b/app/manifest.json index 2a9800400..7fd619a19 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.0.0", + "version": "5.0.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |