Skip to content

Commit

Permalink
Fix Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobustamante committed Jul 8, 2017
1 parent 6a49b0c commit 6450146
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A full featured and free API Gateway in Node JS
An API gateway provides a single, unified entry point across one or more internal APIs. It is an important element in any microservice architecture.

<p align="center">
 <img src="https://github.com/Leanty/tree-gateway/blob/gh-pages/img/presentation.png" />
 <img src="https://raw.githubusercontent.com/Leanty/tree-gateway/gh-pages/img/presentation.png" />
</p>

## Why Tree Gateway?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-gateway",
"version": "1.1.1",
"version": "1.1.2",
"homepage": "http://treegateway.org",
"description": "The Tree Gateway API Gateway",
"author": "Thiago da Rosa de Bustamante <trbustamante@gmail.com>",
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 @@ -6,7 +6,7 @@ import { Configuration } from '../../configuration';
const parser = new ArgumentParser({
addHelp: true,
description: 'Tree-Gateway Admin',
version: '1.1.1'
version: '1.1.2'
});

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: '1.1.1'
version: '1.1.2'
});

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": "1.1.1"
"version": "1.1.2"
}
}

0 comments on commit 6450146

Please sign in to comment.