Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Jan 26, 2015
1 parent a17c197 commit 6891f64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.1 (2015-01-25)

* Fix exit code on spec failure

### 1.1.0 (2014-12-28)

* toContain/notToContain accepts multiple args
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Console
{
const VERSION = '1.1.0';
const VERSION = '1.1.1';

const DEFAULT_REPORTER = 'pho\\Reporter\\DotReporter';

Expand Down

0 comments on commit 6891f64

Please sign in to comment.