diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -169,7 +169,7 @@ PRs are welcome. Release Notes ------------- -Not yet released +1.63 (2018-02-16) - The `reload` command now accepts a count prefix; so `999r` reloads all tabs (in the current window). - Better detection of click listeners for link hints. diff --git a/manifest.json b/manifest.json index 801947a9..3505e91c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.62.10", + "version": "1.63", "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", |
