diff options
author | Dan Miller <danjm.com@gmail.com> | 2019-03-29 22:57:01 +0800 |
---|---|---|
committer | Dan Miller <danjm.com@gmail.com> | 2019-03-30 01:53:55 +0800 |
commit | 57bcf1449cccbe5f0fe81ebe475da7a25b29c18b (patch) | |
tree | e51c696d084479b8808c3fd1fe208145c82e9150 | |
parent | 05fd704fefe5805988b6041a3d09496615b0b869 (diff) | |
download | tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.tar tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.tar.gz tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.tar.bz2 tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.tar.lz tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.tar.xz tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.tar.zst tangerine-wallet-browser-57bcf1449cccbe5f0fe81ebe475da7a25b29c18b.zip |
Version 6.3.1
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bada9b8b5..98ed6ac69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Current Develop Branch +## 6.3.1 Fri Mar 26 2019 + +- [#6353](https://github.com/MetaMask/metamask-extension/pull/6353): Open restore vault in full screen when clicked from popup +- [#6372](https://github.com/MetaMask/metamask-extension/pull/6372): Prevents duplicates of account addresses from showing in send screen "To" dropdown +- [#6374](https://github.com/MetaMask/metamask-extension/pull/6374): Ensures users are placed on correct confirm screens even when registry service fails + ## 6.3.0 Mon Mar 25 2019 - [#6300](https://github.com/MetaMask/metamask-extension/pull/6300): Gas chart hidden on custom networks diff --git a/app/manifest.json b/app/manifest.json index 6837adf61..941842636 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.3.0", + "version": "6.3.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |