From 3da2d3718b130c26d56355c33bdead383549580a Mon Sep 17 00:00:00 2001 From: Tom Robinson Date: Wed, 3 Mar 2010 09:02:57 -0800 Subject: [PATCH] Bump required Narwhal version to 0.2.2 --- common.jake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.jake b/common.jake index a18a645d1..6ef6d0eed 100644 --- a/common.jake +++ b/common.jake @@ -51,7 +51,7 @@ function ensurePackageUpToDate(packageName, requiredVersion, options) ensurePackageUpToDate("jake", "0.1.4"); ensurePackageUpToDate("browserjs", "0.1.1"); ensurePackageUpToDate("shrinksafe", "0.2"); -ensurePackageUpToDate("narwhal", "0.2.1", { +ensurePackageUpToDate("narwhal", "0.2.2", { noupdate : true, message : "Update Narwhal to 0.2.1 by running bootstrap.sh, or pulling the latest from git (see: http://github.com/280north/narwhal)." });