diff options
| author | Stephen Blott | 2017-09-14 13:09:59 +0100 |
|---|---|---|
| committer | Stephen Blott | 2017-09-14 13:09:59 +0100 |
| commit | d1a0e4c510fa727ffb6cc71bcf043abd0b3f1377 (patch) | |
| tree | d15c92afa7711a8dcaa5b9b452ce73ce7d74992b | |
| parent | 25d561a57a0b88a1e74b5c539fa6864fddc718f1 (diff) | |
| download | vimium-1.60.1.tar.bz2 | |
Bump to 1.60.1 - fix #2642.v1.60.1
| -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", |
