From 002e9f79062273531e4e744cc195eaeffbc67655 Mon Sep 17 00:00:00 2001 From: jsdevel Date: Thu, 4 Feb 2016 10:16:09 -0700 Subject: [PATCH] 0.7.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1055dec8..ae3bc439 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi", - "version": "0.7.0", + "version": "0.7.1", "description": "Effortlessly add routes and middleware to express apps with openapi documents.", "scripts": { "cover": "istanbul cover _mocha -- ./test/*.js",