diff options
Fix cache clearing reference for Opera
For some reason Chrome didn't mind this awful bug, but Opera caught it.
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 9b66260cd..a21e0612a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.11.0", + "version": "2.11.1", "manifest_version": 2, "author": "https://metamask.io", "description": "Ethereum Browser Extension", |