From 73541ad7ec21b49271d17a3a16ea4663d3861471 Mon Sep 17 00:00:00 2001
From: Andy Steed <andsteed@adobe.com>
Date: Fri, 13 Apr 2018 11:55:52 -0700
Subject: [PATCH] Bump version to 1.0.4

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 638ba46..660e5cc 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.0.3",
+  "version": "1.0.4",
   "main": "lib/main.js",
   "bin": {
     "jsonschema2md": "./cli.js"
-- 
GitLab