diff options
author | Dan Finlay <542863+danfinlay@users.noreply.github.com> | 2019-02-12 02:19:07 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-12 02:19:07 +0800 |
commit | 140fcb4bf1c7654463b3144b9d8a9b4786b3034c (patch) | |
tree | 57a80a2d4c7e806117999eaee00b253188c40af5 /app/manifest.json | |
parent | cb0e421b55eb71b8ce44d58add13afe3b18f6674 (diff) | |
download | tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.gz tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.bz2 tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.lz tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.xz tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.tar.zst tangerine-wallet-browser-140fcb4bf1c7654463b3144b9d8a9b4786b3034c.zip |
Version 6 RC1 (#6117)
* Version 6 RC1
* Make gas input feature more readable
* Update CHANGELOG.md with additional 6.0.0 changes
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/manifest.json b/app/manifest.json index 179950abb..120223aca 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.3.5", + "version": "6.0.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |