Skip to content

Commit 1490f3f

Browse files
committed
bump Version to 3.0.1
1 parent 6e00098 commit 1490f3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/phpcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
5353
include_once __DIR__ . '/../vendor/autoload.php';
5454
}
5555

56-
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '1.1.4');
56+
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '3.0.1');
5757
$app->run();

box.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
],
3030
"git-commit": "git-commit",
3131
"git-version": "git-version",
32-
"output": "phpcb-3.0.0.phar"
32+
"output": "phpcb-3.0.1.phar"
3333
}

0 commit comments

Comments
 (0)