Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
seregazhuk committed Nov 3, 2019
1 parent 2bdb203 commit 8376c42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.1 (2019-11-03)
* Fix: ability to disable the spinner [#48](https://github.com/seregazhuk/php-watcher/pull/48)

## 0.5.0 (2019-11-01)
* Feature: watching whether the script is alive [#47](https://github.com/seregazhuk/php-watcher/pull/47)

Expand Down
2 changes: 1 addition & 1 deletion src/ConsoleApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
final class ConsoleApplication extends Application
{
public const NAME = 'PHP-Watcher';
public const VERSION = '0.5.0';
public const VERSION = '0.5.1';

public function __construct()
{
Expand Down

0 comments on commit 8376c42

Please sign in to comment.