Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobustamante committed May 20, 2017
1 parent 03465b7 commit 1d1b4b9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-gateway",
"version": "0.0.3",
"version": "0.0.4",
"description": "The Tree Gateway API Gateway",
"author": "Thiago da Rosa de Bustamante <trbustamante@gmail.com>",
"keywords": [
Expand Down Expand Up @@ -35,6 +35,9 @@
"include": [
"src/**/*.ts"
],
"exclude": [
"src/admin/config/cli*.ts"
],
"extension": [
".ts"
],
Expand Down
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.3'
version: '0.0.4'
});

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.3'
version: '0.0.4'
});

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.3'
version: '0.0.4'
});

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.3"
"version": "0.0.4"
}
}

0 comments on commit 1d1b4b9

Please sign in to comment.