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 f0a34bfe..c92fe14f 100644 --- a/README.markdown +++ b/README.markdown @@ -69,6 +69,10 @@ include a change to the CREDITS file with your patch. Release Notes ------------- +1.14 (01/21/2010) + +- Fixed a bug introduced in 1.13 that prevented excluded URLs from being saved. + 1.13 (01/21/2010) - <c-f> and <c-b> are now mapped to scroll a full page up or down respectively. diff --git a/manifest.json b/manifest.json index 6c84225d..7d426a80 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Vimium", - "version": "1.13", + "version": "1.14", "description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.", "background_page": "background_page.html", "options_page": "options.html", |
