diff options
| author | ilya | 2010-06-29 14:45:07 -0700 |
|---|---|---|
| committer | ilya | 2010-06-29 14:45:07 -0700 |
| commit | eaa2fce8252a17f763dd14e58fdb196e3513d5c2 (patch) | |
| tree | a5cc3a92d027655c10275ff5bcd6b327f82e6459 | |
| parent | 02bc75d560a5f24a6e6b582f587681d6c4f23a42 (diff) | |
| download | vimium-eaa2fce8252a17f763dd14e58fdb196e3513d5c2.tar.bz2 | |
Cut the 1.19 release which has the script tag bug fix.
| -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 2e7c431a..e14b02d4 100644 --- a/README.markdown +++ b/README.markdown @@ -79,6 +79,10 @@ When you're done, send us a pull request on Github. Feel free to include a chang Release Notes ------------- +1.19 (06/29/2010) + +- A critical bug fix for development channel Chromium. + 1.18 (06/22/2010) - Vimium now runs on pages with file:/// and ftp:/// diff --git a/manifest.json b/manifest.json index a6d24427..97966dd5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.18", + "version": "1.19", "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", |
