diff options
| author | Ilya Sukhar | 2012-10-28 22:57:37 -0700 |
|---|---|---|
| committer | Ilya Sukhar | 2012-10-28 22:57:37 -0700 |
| commit | 4250ed8e0fed100d82cd87ce27bc8d1c171dd912 (patch) | |
| tree | a169d82e289ab2c99b6ab317bf4f16e35e85f278 | |
| parent | 7cff4d9ce1badc3381d1a497db4d94a7def41fbc (diff) | |
| download | vimium-4250ed8e0fed100d82cd87ce27bc8d1c171dd912.tar.bz2 | |
Cutting 1.41 for bugfixes.
| -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", |
