diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-02-13 00:33:40 +0800 |
---|---|---|
committer | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-02-13 00:33:40 +0800 |
commit | ff292dcb7083053297ec99b445d6f65eb921109f (patch) | |
tree | 77898e893906cf1530221b6b086e2c0d2b01cb5e | |
parent | 1da1ec0df5af67426d0236f472b2ac3c3167e875 (diff) | |
download | tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.tar tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.tar.gz tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.tar.bz2 tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.tar.lz tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.tar.xz tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.tar.zst tangerine-wallet-browser-ff292dcb7083053297ec99b445d6f65eb921109f.zip |
Version 6.0.1 (#6141)v6.0.1
-rw-r--r-- | CHANGELOG.md | 8 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 964b698ea..a5b6c05fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## Current Develop Branch +## 6.0.1 Tue Feb 12 2019 + +- [#6139](https://github.com/MetaMask/metamask-extension/pull/6139) Fix advanced gas controls on the confirm screen +- [#6134](https://github.com/MetaMask/metamask-extension/pull/6134) Trim whitespace from seed phrase during import +- [#6119](https://github.com/MetaMask/metamask-extension/pull/6119) Update Italian translation +- [#6125](https://github.com/MetaMask/metamask-extension/pull/6125) Improved Traditional Chinese translation + + ## 6.0.0 Thu Feb 07 2019 - [#6082](https://github.com/MetaMask/metamask-extension/pull/6082): Migrate all users to the new UI diff --git a/app/manifest.json b/app/manifest.json index 120223aca..77dcc1412 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.0.0", + "version": "6.0.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |