diff options
| author | Phil Crosby | 2013-05-11 19:18:55 -0700 |
|---|---|---|
| committer | Phil Crosby | 2013-05-11 19:23:08 -0700 |
| commit | d0d8f7a0f9b5ad6478b47660e57a450f75d0b039 (patch) | |
| tree | f877168bf15e5721da23b74c39917c74cdb88c95 | |
| parent | 6b89fa60f3464f8d5ff8209185a1a68c4b624b2b (diff) | |
| download | vimium-d0d8f7a0f9b5ad6478b47660e57a450f75d0b039.tar.bz2 | |
Update version number
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | manifest.json | 2 | ||||
| -rw-r--r-- | 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', {} |
