diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | app/manifest.json | 10 |
2 files changed, 10 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee155f6ba..5e6bc5299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Current Master +## 2.9.2 2016-08-24 + +- Fixed shortcut bug from preventing installation. + + ## 2.9.1 2016-08-24 - Added static image as fallback for when WebGL isn't supported. diff --git a/app/manifest.json b/app/manifest.json index 96b5879e2..e5e08c4b6 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,16 +1,16 @@ { "name": "MetaMask", "short_name": "Metamask", - "version": "2.9.1", + "version": "2.9.2", "manifest_version": 2, "description": "Ethereum Browser Extension", "commands": { "_execute_browser_action": { "suggested_key": { - "windows": "Ctrl+Alt+M", - "mac": "Command+Alt+M", - "chromeos": "Ctrl+Alt+M", - "linux": "Ctrl+Alt+M" + "windows": "Alt+Shift+M", + "mac": "Alt+Shift+M", + "chromeos": "Search+M", + "linux": "Alt+Shift+M" } } }, |