diff options
| author | Phil Crosby | 2013-11-06 12:40:10 -0800 |
|---|---|---|
| committer | Phil Crosby | 2013-11-06 12:40:10 -0800 |
| commit | 1ae05f9b7b596db65c3e6de8813fa41ff1e2e584 (patch) | |
| tree | 27ac8725dfaaeaedab4afb648b390ea68b26e8a4 | |
| parent | 783f8384ebdfaa266a8ab64cbc39e087cf43275a (diff) | |
| download | vimium-1ae05f9b7b596db65c3e6de8813fa41ff1e2e584.tar.bz2 | |
Update version number to 1.44
| -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" |
