From 511962a8f1a8e256ba76250d3a8d196423941ca7 Mon Sep 17 00:00:00 2001 From: Lars Trieloff <trieloff@adobe.com> Date: Tue, 9 Oct 2018 11:57:31 +0000 Subject: [PATCH] Bumped version number for next release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fdb165..1f7d574 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@adobe/jsonschema2md", "description": "Validate and document complex JSON Schemas the easy way.", - "version": "1.1.0", + "version": "1.1.1", "main": "lib/main.js", "bin": { "jsonschema2md": "./cli.js" -- GitLab