diff --git a/package.json b/package.json index 2c499c8..916c10a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tplant", - "version": "2.3.2", + "version": "2.3.3", "description": "Typescript to PlantUML", "keywords": [ "class diagram", diff --git a/src/index.ts b/src/index.ts index 30b1c56..c73c98d 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,7 +15,7 @@ import { tplant } from './tplant'; const AVAILABLE_PLANTUML_EXTENSIONS: string[] = ['svg', 'png', 'txt']; commander - .version('2.3.2') + .version('2.3.3') .option('-i, --input ', 'Define the path of the Typescript file') .option('-o, --output ', 'Define the path of the output file. If not defined, it\'ll output on the STDOUT') .option(