diff options
author | Filip Š <filip.stamcar@hotmail.com> | 2019-01-10 21:27:21 +0800 |
---|---|---|
committer | Filip Š <filip.stamcar@hotmail.com> | 2019-01-10 21:27:21 +0800 |
commit | 7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554 (patch) | |
tree | 2c3b47607f45e214652bd9082052c02e0e3510b2 /app/manifest.json | |
parent | dc2d16ca47841a7e69304bde7b7c2f932eb3d990 (diff) | |
parent | cef4caeb61f2564e1ed871c12449f1e5c8d66427 (diff) | |
download | tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.tar tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.tar.gz tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.tar.bz2 tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.tar.lz tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.tar.xz tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.tar.zst tangerine-wallet-browser-7ff8d6c6b160ce2a032b53e5cf6ea5b3e4a83554.zip |
Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into patch-1
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 4f4598a18..6c35c6989 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "5.2.2", + "version": "5.3.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |