diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | manifest.json | 2 | ||||
| -rw-r--r-- | tests/unit_tests/settings_test.coffee | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -131,7 +131,7 @@ Please see [CONTRIBUTING.md](https://github.com/philc/vimium/blob/master/CONTRIB Release Notes ------------- -1.44 Unreleased +1.44 (11/06/2013) - Add support for recent versions of Chromium. - Bugfixes. diff --git a/manifest.json b/manifest.json index 96fa9ba7..8de7f009 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Vimium", - "version": "1.43", + "version": "1.44", "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 cfc0cfb6..b2c5484b 100644 --- a/tests/unit_tests/settings_test.coffee +++ b/tests/unit_tests/settings_test.coffee @@ -1,7 +1,7 @@ require "./test_helper.js" extend(global, require "../../lib/utils.js") -Utils.getCurrentVersion = -> '1.43' +Utils.getCurrentVersion = -> '1.44' global.localStorage = {} {Settings} = require "../../background_scripts/settings.js" |
