diff options
| -rw-r--r-- | README.markdown | 4 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 5 insertions, 1 deletions
| diff --git a/README.markdown b/README.markdown index 9fd14900..586d8fc1 100644 --- a/README.markdown +++ b/README.markdown @@ -147,6 +147,10 @@ don't exceed 110 characters.  Release Notes  ------------- +1.34 (07/03/2012) + +- A bugfix for bookmarklets in Vomnibar. +  1.33 (07/02/2012)  - A Vomnibar, which allows you to open sites from history, bookmarks, and tabs using Vimium's UI. Type "o" to try it. diff --git a/manifest.json b/manifest.json index 51658ccd..79f4e06f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@  {    "name": "Vimium", -  "version": "1.33", +  "version": "1.34",    "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", | 
