diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 4 insertions, 1 deletions
| @@ -182,6 +182,9 @@ Release Notes      - Fixed issue affecting hint placement when the display is zoomed.      - Fixed search completion for Firefox (released as 1.59.1, Firefox only). +- Minor versions: +    - 1.60.1: fix #2642. +  1.59 (2017-04-07)  - Features: diff --git a/manifest.json b/manifest.json index 34b62ea0..457c37cb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.60", +  "version": "1.60.1",    "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",    "icons": {  "16": "icons/icon16.png",                "48": "icons/icon48.png", | 
