Skip to content

Commit

Permalink
Increase version to 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bafolts committed Jun 8, 2019
1 parent c8cce1b commit 7d30860
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.0",
"version": "2.3.1",
"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.0')
.version('2.3.1')
.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 7d30860

Please sign in to comment.