Skip to content

Commit

Permalink
bump Version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoll committed Jan 18, 2023
1 parent 6e00098 commit 1490f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/phpcb
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ if (file_exists(__DIR__ . '/../../../autoload.php')) {
include_once __DIR__ . '/../vendor/autoload.php';
}

$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '1.1.4');
$app = new PHPCodeBrowser\Application('PHP_CodeBrowser', '3.0.1');
$app->run();
2 changes: 1 addition & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
],
"git-commit": "git-commit",
"git-version": "git-version",
"output": "phpcb-3.0.0.phar"
"output": "phpcb-3.0.1.phar"
}

0 comments on commit 1490f3f

Please sign in to comment.