diff options
| -rw-r--r-- | README.markdown | 2 | ||||
| -rw-r--r-- | manifest.json | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 9749b8c5..a1bf2e4c 100644 --- a/README.markdown +++ b/README.markdown @@ -60,7 +60,7 @@ will clear any partial commands in the queue.  Release Notes  ------------- -1.11 (01/08/2010) +1.11, 1.12 (01/08/2010)  -  Commands 'gt' & 'gT' to move to the next & previous tab.  -  Command 'yy' to yank (copy) the current tab's url to the clipboard. diff --git a/manifest.json b/manifest.json index fc7c7ecb..6845f4cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@  {    "name": "Vimium", -  "version": "1.11", +  "version": "1.12",    "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": "settings.html",  | 
