aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Crosby2013-11-06 12:40:10 -0800
committerPhil Crosby2013-11-06 12:40:10 -0800
commit1ae05f9b7b596db65c3e6de8813fa41ff1e2e584 (patch)
tree27ac8725dfaaeaedab4afb648b390ea68b26e8a4
parent783f8384ebdfaa266a8ab64cbc39e087cf43275a (diff)
downloadvimium-1ae05f9b7b596db65c3e6de8813fa41ff1e2e584.tar.bz2
Update version number to 1.44
-rw-r--r--README.md2
-rw-r--r--manifest.json2
-rw-r--r--tests/unit_tests/settings_test.coffee2
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"