aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--background_page.html2
-rw-r--r--manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/background_page.html b/background_page.html
index 80bbbb9b..6ec9f2af 100644
--- a/background_page.html
+++ b/background_page.html
@@ -4,7 +4,7 @@
<script type="text/javascript" charset="utf-8">
// Currently we need to remember to change this each time we push. Chromium #15242 will enable us
// to retrieve this programmatically.
- var currentVersion = "1.15";
+ var currentVersion = "1.16";
var tabQueue = {}; // windowId -> Array
var keyQueue = ""; // Queue of keys typed
diff --git a/manifest.json b/manifest.json
index e0604221..cee9ff33 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Vimium",
- "version": "1.15",
+ "version": "1.16",
"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",