From 7695bb76cb416a5444c6cc6d81e60c3228640981 Mon Sep 17 00:00:00 2001 From: gdereese Date: Wed, 21 Feb 2018 20:30:24 -0600 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d10349..4665631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vorpal-openapi", - "version": "0.1.3", + "version": "0.2.0", "description": "Vorpal extension that creates a CLI for invoking API endpoints defined with an OpenAPI/Swagger specification.", "author": "Gary DeReese Jr",