diff options
| author | Ilya | 2010-01-08 23:58:29 -0800 |
|---|---|---|
| committer | Ilya | 2010-01-08 23:58:29 -0800 |
| commit | 4a38d8c402dbd90851dd82b46f20d2302beab05d (patch) | |
| tree | ee6eff5be235671d8a4976e821774cb421c75096 | |
| parent | 26ce6603ce7e20d5d67c9f3208d14a7ee7bf152f (diff) | |
| download | vimium-4a38d8c402dbd90851dd82b46f20d2302beab05d.tar.bz2 | |
bump to 1.12 because 1.11 had a botched zip file
| -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", |
