aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml2
-rw-r--r--manifest.json2
-rw-r--r--tests/unit_tests/settings_test.coffee4
3 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d2a9d80..d79a1559 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,5 +9,5 @@ notifications:
branches:
except:
- experimental
- - 1.42
+ - 1.43
- commands
diff --git a/manifest.json b/manifest.json
index fda10973..96fa9ba7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Vimium",
- "version": "1.42",
+ "version": "1.43",
"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",
diff --git a/tests/unit_tests/settings_test.coffee b/tests/unit_tests/settings_test.coffee
index 408d6816..cfc0cfb6 100644
--- a/tests/unit_tests/settings_test.coffee
+++ b/tests/unit_tests/settings_test.coffee
@@ -1,12 +1,12 @@
require "./test_helper.js"
extend(global, require "../../lib/utils.js")
-Utils.getCurrentVersion = -> '1.42'
+Utils.getCurrentVersion = -> '1.43'
global.localStorage = {}
{Settings} = require "../../background_scripts/settings.js"
context "settings",
-
+
setup ->
stub global, 'localStorage', {}