From 1490f3f77cdef66d95253d6e6f80aa242c531b5c Mon Sep 17 00:00:00 2001 From: Michael Moll Date: Tue, 17 Jan 2023 17:45:50 +0100 Subject: [PATCH] bump Version to 3.0.1 --- bin/phpcb | 2 +- box.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/phpcb b/bin/phpcb index 7ee5aa1..58f5e16 100755 --- a/bin/phpcb +++ b/bin/phpcb @@ -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(); diff --git a/box.json b/box.json index bacb97b..7de85f9 100644 --- a/box.json +++ b/box.json @@ -29,5 +29,5 @@ ], "git-commit": "git-commit", "git-version": "git-version", - "output": "phpcb-3.0.0.phar" + "output": "phpcb-3.0.1.phar" }