Skip to content

Commit d0d8f7a

Browse files
committedMay 12, 2013
Update version number
1 parent 6b89fa6 commit d0d8f7a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ notifications:
99
branches:
1010
except:
1111
- experimental
12-
- 1.42
12+
- 1.43
1313
- commands

‎manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Vimium",
4-
"version": "1.42",
4+
"version": "1.43",
55
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
66
"icons": { "16": "icons/icon16.png",
77
"48": "icons/icon48.png",

‎tests/unit_tests/settings_test.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
require "./test_helper.js"
22

33
extend(global, require "../../lib/utils.js")
4-
Utils.getCurrentVersion = -> '1.42'
4+
Utils.getCurrentVersion = -> '1.43'
55
global.localStorage = {}
66
{Settings} = require "../../background_scripts/settings.js"
77

88
context "settings",
9-
9+
1010
setup ->
1111
stub global, 'localStorage', {}
1212

0 commit comments

Comments
 (0)
Please sign in to comment.