diff options
author | frankiebee <frankie.diamond@gmail.com> | 2018-04-05 05:28:25 +0800 |
---|---|---|
committer | frankiebee <frankie.diamond@gmail.com> | 2018-04-05 05:28:25 +0800 |
commit | 6ab938546c3b41d188df62f0cc180aa9b6c72cf6 (patch) | |
tree | 28a7b36371355fe1893cc72ae14f5fbb032b5a1a /app/manifest.json | |
parent | ef21af29f2df31cdd193823e3dc0762a1ef571b4 (diff) | |
parent | e1b1da9113e6d2d7adf0096bbfbbc4a807c07613 (diff) | |
download | tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.tar tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.tar.gz tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.tar.bz2 tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.tar.lz tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.tar.xz tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.tar.zst tangerine-wallet-browser-6ab938546c3b41d188df62f0cc180aa9b6c72cf6.zip |
Merge branch 'master' of https://github.com/MetaMask/metamask-extension into normalize-transactions
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 99305f20e..2a18bdb2d 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.5.1", + "version": "4.5.2", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |