diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 2 insertions, 1 deletions
| @@ -193,6 +193,7 @@ map Y Marks.activateGotoMode swap  - Other minor versions:      - 1.62.2: Fixes [#2868](https://github.com/philc/vimium/issues/2868) (`createTab` with multiple URLs). +    - 1.62.4: Fixes bug affecting the enabled state, and really fix `createTab`.  1.61 (2017-10-27) diff --git a/manifest.json b/manifest.json index 86223848..ce760d2e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.62.3", +  "version": "1.62.4",    "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", | 
