From d1a0e4c510fa727ffb6cc71bcf043abd0b3f1377 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 14 Sep 2017 13:09:59 +0100 Subject: [PATCH] Bump to 1.60.1 - fix #2642. --- README.md | 3 +++ manifest.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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",