Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobustamante committed Jun 19, 2017
1 parent 910693e commit 00effd6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/admin/config/cli-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ArgumentParser } from 'argparse';
const parser = new ArgumentParser({
addHelp: true,
description: 'Tree-Gateway Admin',
version: '0.0.8'
version: '0.1.0'
});

parser.addArgument(['-s', '--swagger'], {
Expand Down
2 changes: 1 addition & 1 deletion src/admin/user/user-admin-args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Configuration } from '../../configuration';
const parser = new ArgumentParser({
addHelp: true,
description: 'Tree-Gateway User Admin',
version: '0.0.8'
version: '0.1.0'
});

parser.addArgument(
Expand Down
2 changes: 1 addition & 1 deletion src/command-line.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Configuration } from './configuration';
const parser = new ArgumentParser({
addHelp: true,
description: 'Tree-Gateway',
version: '0.0.8'
version: '0.1.0'
});

parser.addArgument(
Expand Down
2 changes: 1 addition & 1 deletion swagger.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
}
},
"produces": ["application/json"],
"version": "0.0.8"
"version": "0.1.0"
}
}

0 comments on commit 00effd6

Please sign in to comment.