diff options
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -155,7 +155,8 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB Release Notes ------------- -Next version (not yet released) + +1.55 (2016-05-26) - New commands: - `visitPreviousTab` - visit the previous tab (by recency) with `^`, or the tab before that with `2^`. diff --git a/manifest.json b/manifest.json index f5847562..36ed0cff 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.54", + "version": "1.55", "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", |
