diff options
| author | Stephen Blott | 2018-12-16 07:52:29 +0000 |
|---|---|---|
| committer | Stephen Blott | 2018-12-16 07:52:29 +0000 |
| commit | bd0c2114b9dd0617919d713c13658a36b87e2749 (patch) | |
| tree | f0cb45d9d4a5e2fff680f5b6657bce0581382914 | |
| parent | 451ef4e357f45d1a965cdda1788e87600b6a5b23 (diff) | |
| download | vimium-bd0c2114b9dd0617919d713c13658a36b87e2749.tar.bz2 | |
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -174,7 +174,7 @@ Not yet released - When yanking email addresses with `yf`, Vimium now strips the leading `mailto:`. - For custom search engines, if you use `%S` (instead of `%s`), then your search terms are not URI encoded. -1.64.1 (2018-09-04, not yet released) +1.64.2 (2018-12-16) - Better scrolling on new Reddit ~and GMail~. diff --git a/manifest.json b/manifest.json index 9e00007a..3feabad6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.64.1", + "version": "1.64.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", |
