Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 29, 2017
1 parent 623e3ac commit 4f2c34a
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
Expand Up @@ -2,6 +2,10 @@

All notable changes to `phpunit-watcher` will be documented in this file

## 1.3.6 - 2017-08-29

- fix typing in interactive mode

## 1.3.5 - 2017-08-29

- add back version number
Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class ConsoleApplication extends Application
{
public function __construct()
{
parent::__construct('PHPUnit Watcher', '1.3.5');
parent::__construct('PHPUnit Watcher', '1.3.6');

$this->add(new WatcherCommand());
}
Expand Down

0 comments on commit 4f2c34a

Please sign in to comment.