diff options
| author | Stephen Blott | 2017-09-14 14:04:52 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2017-09-14 14:04:52 +0100 | 
| commit | e60f329eb6180cbe3261adf582ee4df3cdc0b0fe (patch) | |
| tree | ed4937c1726bcc780f56064d66ab3532d5b0f357 | |
| parent | 3b8c0f1060640efd0a9383707a1d892d102e414f (diff) | |
| download | vimium-e60f329eb6180cbe3261adf582ee4df3cdc0b0fe.tar.bz2 | |
Bump to v1.60.2.v1.60.2
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 2 insertions, 1 deletions
| @@ -184,6 +184,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.59 (2017-04-07) diff --git a/manifest.json b/manifest.json index 457c37cb..f026f866 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.60.1", +  "version": "1.60.2",    "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", | 
