Bump required Narwhal version to 0.2.2

This commit is contained in:
Tom Robinson
2010-03-03 09:03:20 -08:00
parent 45b8f83cdd
commit 3da2d3718b
+1 -1
View File
@@ -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)."
});