From fb5963d4ce73e0df56198943980cbf369626aa43 Mon Sep 17 00:00:00 2001 From: Florian Holzapfel Date: Mon, 20 Oct 2014 10:24:37 +0200 Subject: [PATCH] release 0.6.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29c0b9e2..9758cb76 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.10" + "version": "0.6.11" }