Skip to content

Commit f09f0cf

Browse files
committed
Preparing v1.0.0
1 parent 2274eb6 commit f09f0cf

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bin/phpmetrics

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if (
1818
);
1919
}
2020

21-
$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '0.0.8');
21+
$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '1.0.0');
2222
$app->run();

build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
Phar::mapPhar('phpmetrics.phar');
4141
4242
require_once 'phar://phpmetrics.phar/vendor/autoload.php';
43-
\$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '0.0.8');
43+
\$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '1.0.0');
4444
\$app->run();
4545
4646
__HALT_COMPILER();

build/phpmetrics.phar

2.05 KB
Binary file not shown.

0 commit comments

Comments
 (0)