diff options
| -rw-r--r-- | README.md | 5 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -157,8 +157,9 @@ Release Notes ------------- Next version (not yet released) -- Bug fixes: - - Fix endless scrolling (#1911). +1.54 (2016-01-30) + +- Fix occasional endless scrolling (#1911). 1.53 (2015-09-25) diff --git a/manifest.json b/manifest.json index 63d96e6f..7fe13b13 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.53", + "version": "1.54", "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", |
