Skip to content

Commit 4f2c34a

Browse files
committed
commit
1 parent 623e3ac commit 4f2c34a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## 1.3.6 - 2017-08-29
6+
7+
- fix typing in interactive mode
8+
59
## 1.3.5 - 2017-08-29
610

711
- add back version number

src/ConsoleApplication.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ConsoleApplication extends Application
88
{
99
public function __construct()
1010
{
11-
parent::__construct('PHPUnit Watcher', '1.3.5');
11+
parent::__construct('PHPUnit Watcher', '1.3.6');
1212

1313
$this->add(new WatcherCommand());
1414
}

0 commit comments

Comments
 (0)