diff options
| -rw-r--r-- | README.markdown | 6 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/README.markdown b/README.markdown index dbbc7dde..2bf6f2b0 100644 --- a/README.markdown +++ b/README.markdown @@ -164,12 +164,18 @@ don't exceed 110 characters.  Release Notes  ------------- +1.41 (10/27/2012) + +- Bugfixes. +  1.40 (10/27/2012) +  - Bugfixes.  - Added options for search engines and regex find.  - Pressing unmapped keys in hints mode now deactivates the mode.  1.39 (09/09/2012) +  - Bugfixes.  1.38 (09/08/2012) diff --git a/manifest.json b/manifest.json index 8a8a0229..ea6e2a26 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@  {    "manifest_version": 2,    "name": "Vimium", -  "version": "1.40", +  "version": "1.41",    "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", | 
