From ba2c3d5ae534540c1c938528e1cd2cf6acc33b0a Mon Sep 17 00:00:00 2001 From: jsdevel Date: Fri, 5 Feb 2016 23:03:44 -0700 Subject: [PATCH] 0.9.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7aa76db3..55989828 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi", - "version": "0.9.0", + "version": "0.9.1", "description": "Effortlessly add routes and middleware to express apps with openapi documents.", "scripts": { "cover": "istanbul cover _mocha -- ./test/*.js",