From 0e629ab1e1421aca1964acdef58d4e08f21fe45b Mon Sep 17 00:00:00 2001 From: jsdevel Date: Wed, 3 Feb 2016 22:54:15 -0700 Subject: [PATCH] 0.6.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 272c2212..5aedea99 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi", - "version": "0.6.1", + "version": "0.6.2", "description": "Effortlessly add routes and middleware to express apps with openapi documents.", "scripts": { "cover": "istanbul cover _mocha -- ./test/*.js",