diff options
| author | Stephen Blott | 2017-10-27 15:34:13 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2017-10-27 15:34:13 +0100 | 
| commit | fe6fbca08e501e2478bf10da402d5b4f42a89ade (patch) | |
| tree | 4527e93ac0f6da6022a5972919d0c7c2aaf01f09 | |
| parent | ed0a920e9000fabcad7eaf7f09e6360a5d2aa407 (diff) | |
| download | vimium-fe6fbca08e501e2478bf10da402d5b4f42a89ade.tar.bz2 | |
Bump to 1.61.1.v1.61.1
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 3 insertions, 1 deletions
| @@ -175,6 +175,8 @@ Release Notes  - With `map R reload hard`, the reload command now asks Chrome to bypass its cache.  - You can now map `<c-[>` to a command (in which case it will not be treated as `Escape`).  - Various bug fixes, particularly for Firefox. +- Minor versions: +    - 1.61.1: Fix `map R reload hard`.  1.60 (2017-09-14) diff --git a/manifest.json b/manifest.json index 659ca7ed..f90278b7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.61", +  "version": "1.61.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", | 
