From cf222be6d5e5693c282226e0c2c1716e92b40912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Vin=C3=ADcius=20Rubido=20Sauda?= Date: Tue, 1 Jan 2019 05:50:44 +0100 Subject: [PATCH] 2.0.1 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4ac523..c6c9ef3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tplant", - "version": "2.0.0", + "version": "2.0.1", "description": "Typescript to PlantUML", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/src/index.ts b/src/index.ts index b99ab7b..1b910ff 100644 --- a/src/index.ts +++ b/src/index.ts @@ -6,7 +6,7 @@ import { convertToPlant } from './convertToPlant'; import { generateDocumentation } from './generateDocumentation'; commander - .version('2.0.0') + .version('2.0.1') .usage('[options]') .option('-i, --input [string]', 'input file') .parse(process.argv);