From 1ae05f9b7b596db65c3e6de8813fa41ff1e2e584 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Wed, 6 Nov 2013 12:40:10 -0800 Subject: Update version number to 1.44 --- README.md | 2 +- manifest.json | 2 +- tests/unit_tests/settings_test.coffee | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9857f8ba..ca2bf7fb 100644 --- a/README.md +++ b/README.md @@ -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" -- cgit v1.2.3