From 80c0307e1a2029e213dd27b26951c793e82cd6ae Mon Sep 17 00:00:00 2001 From: Kevin Vlaanderen Date: Thu, 12 Mar 2020 16:25:23 +0100 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 71580d7..5c17563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mxdocgen", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56e39cc..555caab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mxdocgen", - "version": "1.0.0", + "version": "1.0.1", "description": "A small tool that mimics the documentation generation capabilities offered in Mendix Studio Pro, but with greater flexibility.\n\nIt uses the Mendix Model SDK to extract information from a Mendix model, which is then fed into a set of templates to generate the required output, such as an .html document.\nFilters can be applied to control which modules and documents should be processed.\n\nThe tool can be used as a standalone (node-based) CLI or as a library.", "keywords": [ "Mendix",