Skip to content

Commit

Permalink
Bump version to 2.3.3 to fix npm publish of incorrect 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bafolts committed Dec 7, 2019
1 parent f1e49e2 commit a07482a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tplant",
"version": "2.3.2",
"version": "2.3.3",
"description": "Typescript to PlantUML",
"keywords": [
"class diagram",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <path>', 'Define the path of the Typescript file')
.option('-o, --output <path>', 'Define the path of the output file. If not defined, it\'ll output on the STDOUT')
.option(
Expand Down

0 comments on commit a07482a

Please sign in to comment.