diff --git a/README.md b/README.md index c8e9178f1..ec2267347 100644 --- a/README.md +++ b/README.md @@ -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 34b62ea00..457c37cbe 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",