diff options
Merge branch 'master' into i3076-UseStorageLocalInstead
Diffstat (limited to 'app/manifest.json')
-rw-r--r-- | app/manifest.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/manifest.json b/app/manifest.json index e53e87cdb..e6cf685fd 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "4.1.3", + "version": "4.2.0", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", @@ -60,7 +60,7 @@ "clipboardWrite", "http://localhost:8545/", "https://*.infura.io/" - ], + ], "web_accessible_resources": [ "scripts/inpage.js" ], @@ -69,4 +69,4 @@ "https://metamask.io/*" ] } -} +}
\ No newline at end of file |