Skip to content

Commit

Permalink
Bump version. Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskweber committed Apr 18, 2015
1 parent 450ad85 commit ffcc921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simply add a dependency on `andreas-weber/php-junit-merge` to your project's `co
After updating dependencies by composer a new binary `php-junit-merge` is available for usage.

root@dev:~/projects/sample/vendor/bin ./phpjunitmerge
phpjunitmerge 1.0.2 by Andreas Weber
phpjunitmerge 1.0.3 by Andreas Weber

Usage:
phpjunitmerge [--names="..."] [--ignore="..."] dir file
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Application extends ConsoleApplication
*/
public function __construct()
{
parent::__construct('phpjunitmerge', '1.0.2');
parent::__construct('phpjunitmerge', '1.0.3');
}

/**
Expand Down

0 comments on commit ffcc921

Please sign in to comment.