Skip to content

Commit c7b30cb

Browse files
committed
Bump version 0.3
1 parent 9cbac04 commit c7b30cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Just create a `composer.json` file and run the `php composer.phar install` comma
1313
```json
1414
{
1515
"require-dev": {
16-
"jakub-onderka/php-var-dump-check": "~0.2"
16+
"jakub-onderka/php-var-dump-check": "~0.3"
1717
}
1818
}
1919
```

var-dump-check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
use JakubOnderka\PhpVarDumpCheck;
33

4-
const VERSION = '0.2';
4+
const VERSION = '0.3';
55

66
const SUCCESS = 0,
77
WITH_ERRORS = 1,

0 commit comments

Comments
 (0)