Skip to content

Commit

Permalink
Preparing v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Halleck45 committed Sep 1, 2014
1 parent 2274eb6 commit f09f0cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/phpmetrics
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if (
);
}

$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '0.0.8');
$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '1.0.0');
$app->run();
2 changes: 1 addition & 1 deletion build.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
Phar::mapPhar('phpmetrics.phar');
require_once 'phar://phpmetrics.phar/vendor/autoload.php';
\$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '0.0.8');
\$app = new Hal\Application\Console\PhpMetricsApplication('PhpMetrics, by Jean-François Lépine (https://twitter.com/Halleck45)', '1.0.0');
\$app->run();
__HALT_COMPILER();
Expand Down
Binary file modified build/phpmetrics.phar
Binary file not shown.

0 comments on commit f09f0cf

Please sign in to comment.