Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
Marcos Vinícius Rubido Sauda committed Jan 1, 2019
1 parent 46996af commit cf222be
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.0.0",
"version": "2.0.1",
"description": "Typescript to PlantUML",
"main": "dist/index.js",
"types": "dist/index.d.ts",
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit cf222be

Please sign in to comment.