Skip to content

Commit

Permalink
Bump version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Sep 29, 2018
1 parent 9cbac04 commit c7b30cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
```json
{
"require-dev": {
"jakub-onderka/php-var-dump-check": "~0.2"
"jakub-onderka/php-var-dump-check": "~0.3"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion var-dump-check.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
use JakubOnderka\PhpVarDumpCheck;

const VERSION = '0.2';
const VERSION = '0.3';

const SUCCESS = 0,
WITH_ERRORS = 1,
Expand Down

0 comments on commit c7b30cb

Please sign in to comment.