diff options
author | Dan Finlay <dan@danfinlay.com> | 2019-01-31 02:33:10 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2019-01-31 02:45:42 +0800 |
commit | 5c49ce77bd52f5293541b6f2a13de24cbbbf811e (patch) | |
tree | ecc50e5d7cde818f7834f98e09b75eb2acd66d00 | |
parent | db776b5a02187d4545e3fb2b9dfd33d838145af7 (diff) | |
download | tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.tar tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.tar.gz tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.tar.bz2 tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.tar.lz tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.tar.xz tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.tar.zst tangerine-wallet-browser-5c49ce77bd52f5293541b6f2a13de24cbbbf811e.zip |
Version 5.3.3 RC1v5.3.3
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a34182e..de760c3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## Current Develop Branch +## 5.3.3 Wed Jan 30 2019 + +- [#6006](https://github.com/MetaMask/metamask-extension/pull/6006): Update privacy notice +- [#6072](https://github.com/MetaMask/metamask-extension/pull/6072): Improved Spanish translations +- [#5854](https://github.com/MetaMask/metamask-extension/pull/5854): Add visual indicator when displaying a cached balance. +- [#6044](https://github.com/MetaMask/metamask-extension/pull/6044): Fix bug that interferred with using multiple custom networks. + ## 5.3.2 Mon Jan 28 2019 - [#6021](https://github.com/MetaMask/metamask-extension/pull/6021): Order shapeshift transactions by time within the transactions list diff --git a/app/manifest.json b/app/manifest.json index 21a63c424..25eac6472 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.2", + "version": "5.3.3", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |