diff options
| author | Stephen Blott | 2017-09-15 09:38:37 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2017-09-15 09:38:37 +0100 | 
| commit | a36768439ae253fb42131fbb205e78ac8d298b68 (patch) | |
| tree | fa767d52c5b06c86673aca28046177622dbcc83d | |
| parent | 29bb5cca58e549432b57634da582601f87c9c687 (diff) | |
| download | vimium-a36768439ae253fb42131fbb205e78ac8d298b68.tar.bz2 | |
Bump to v1.60.3.v1.60.3
| -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", | 
