From d0d8f7a0f9b5ad6478b47660e57a450f75d0b039 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sat, 11 May 2013 19:18:55 -0700 Subject: Update version number --- .travis.yml | 2 +- manifest.json | 2 +- tests/unit_tests/settings_test.coffee | 4 ++-- 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', {} -- cgit v1.2.3