From 3843409171c4718acc6c7837d1011aac83fcf2bd Mon Sep 17 00:00:00 2001 From: indexzero Date: Sat, 20 Aug 2011 23:17:39 -0400 Subject: [PATCH] (dist) Version bump. 0.5.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2ee79e8..154f5cc 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "main" : "./lib/vows", "bin" : { "vows": "./bin/vows" }, "directories" : { "test": "./test", "bin": "./bin" }, - "version" : "0.5.10", + "version" : "0.5.11", "engines" : {"node": ">=0.2.6"} }