diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -185,6 +185,7 @@ Release Notes - Minor versions: - 1.60.1: fix [#2642](https://github.com/philc/vimium/issues/2642). - 1.60.2: revert previous fix for HiDPI screens. This was breaking link-hint positioning for some users. + - 1.60.3: [fix](https://github.com/philc/vimium/pull/2649) link-hint positioning. 1.59 (2017-04-07) diff --git a/manifest.json b/manifest.json index f026f866..82f07c88 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.60.2", + "version": "1.60.3", "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", |
