diff options
author | Thomas Huang <thomas.b.huang@gmail.com> | 2019-03-07 02:17:48 +0800 |
---|---|---|
committer | Thomas Huang <thomas.b.huang@gmail.com> | 2019-03-07 02:17:48 +0800 |
commit | 2263a0f76141ef64d82b070a94ed0801c1cd9f65 (patch) | |
tree | 88b05fdba0c28fba40dd73e83a6f8ec5c474eb2b | |
parent | b8f143f1c3bcc760787c459e218e6bbb08162058 (diff) | |
download | tangerine-wallet-browser-6.2.1.tar tangerine-wallet-browser-6.2.1.tar.gz tangerine-wallet-browser-6.2.1.tar.bz2 tangerine-wallet-browser-6.2.1.tar.lz tangerine-wallet-browser-6.2.1.tar.xz tangerine-wallet-browser-6.2.1.tar.zst tangerine-wallet-browser-6.2.1.zip |
Version 6.2.1v6.2.1
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | app/manifest.json | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bf897c864..f82a8f306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 6.2.1 Wed Mar 06 2019 + ## 6.2.0 Tue Mar 05 2019 - [#6192](https://github.com/MetaMask/metamask-extension/pull/6192): Improves design and UX of onboarding flow - [#6195](https://github.com/MetaMask/metamask-extension/pull/6195): Fixes gas estimation when sending to contracts diff --git a/app/manifest.json b/app/manifest.json index 6dbd8ad09..3098d0f82 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "6.2.0", + "version": "6.2.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |