From a07482a5111e7e489344d669c301e0fd1e39e6b6 Mon Sep 17 00:00:00 2001 From: Brian Folts Date: Fri, 6 Dec 2019 19:42:45 -0800 Subject: [PATCH] Bump version to 2.3.3 to fix npm publish of incorrect 2.3.2 --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(