diff options
| author | Phil Crosby | 2016-05-26 11:05:28 -0700 |
|---|---|---|
| committer | Phil Crosby | 2016-05-26 11:05:28 -0700 |
| commit | 42545d66ca8ec854e05cee4a37cd634afc140f18 (patch) | |
| tree | d953245ecb05c1dec241382d59e75958bb853bd9 | |
| parent | 3243a69ce62ce53ea86c43a745aece3d371269d8 (diff) | |
| download | vimium-42545d66ca8ec854e05cee4a37cd634afc140f18.tar.bz2 | |
Bump version to 1.55
| -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", |
