diff options
author | Thomas <thomas.b.huang@gmail.com> | 2018-08-10 01:23:16 +0800 |
---|---|---|
committer | Thomas <thomas.b.huang@gmail.com> | 2018-08-10 01:23:16 +0800 |
commit | 1605c8544ac4efd46d02d1d6002f4198e0bf6a63 (patch) | |
tree | 8afb8110768aed1a1044f054b035286e3929e1df | |
parent | bbde2ea4fca1be0cf1affab4c759facd5861df46 (diff) | |
download | tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.tar tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.tar.gz tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.tar.bz2 tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.tar.lz tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.tar.xz tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.tar.zst tangerine-wallet-browser-1605c8544ac4efd46d02d1d6002f4198e0bf6a63.zip |
v4.9.1
-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 fd6a40e0e..84cedd687 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "4.9.0", + "version": "4.9.1", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", |