From 0703c7fc4f5d90d4f536f368b27d145780fa16b7 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 20 Mar 2018 13:22:59 +0200 Subject: [PATCH] chore(cli): CLI release 0.3.5 --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 27596848..c3982f20 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "redoc-cli", - "version": "0.3.4", + "version": "0.3.5", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": "index.js",