Skip to content

Commit

Permalink
Released version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jul 16, 2015
1 parent 61f415b commit 0807e28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"bin": ["src/tester"],
"extra": {
"branch-alias": { "dev-master": "1.4-dev" }
"branch-alias": { "dev-master": "1.5-dev" }
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Now we run tests from command-line using the `tester` command:
> tester
_____ ___ ___ _____ ___ ___
|_ _/ __)( __/_ _/ __)| _ )
|_| \___ /___) |_| \___ |_|_\ v1.4.0
|_| \___ /___) |_| \___ |_|_\ v1.5.0
PHP 5.3.16 | "php-cgi" -n | 8 threads
.
Expand Down
2 changes: 1 addition & 1 deletion src/Runner/CliTester.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private function loadOptions()
echo <<<'XX'
_____ ___ ___ _____ ___ ___
|_ _/ __)( __/_ _/ __)| _ )
|_| \___ /___) |_| \___ |_|_\ v1.4.0
|_| \___ /___) |_| \___ |_|_\ v1.5.0


XX;
Expand Down

0 comments on commit 0807e28

Please sign in to comment.