From b759b450c1d17ef6eefca15b032b1ac44508ce38 Mon Sep 17 00:00:00 2001 From: Florian Holzapfel Date: Mon, 22 Sep 2014 12:59:33 +0200 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 750f869e..3352578c 100644 --- a/package.json +++ b/package.json @@ -90,5 +90,5 @@ "pretest": "./node_modules/.bin/jshint lib test", "test": "./node_modules/.bin/mocha -R spec ./test/express.js ./test/permissions.js ./test/resource_filter.js --timeout 5s && ./node_modules/.bin/mocha -R spec ./test/restify.js --timeout 5s" }, - "version": "0.6.9" + "version": "0.6.10" }