Skip to content

Commit

Permalink
bump version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phith0n committed Aug 24, 2019
1 parent e031d29 commit e0e0634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/chip
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require __DIR__ . '/../vendor/autoload.php';
use Symfony\Component\Console\Application;

try {
$application = new Application('Chip', '1.2.1');
$application = new Application('Chip', '1.3.0');
$application->addCommands([
new \Chip\Console\Check()
]);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "phith0n/chip",
"description": "a simple tool to detect potential security threat in php code",
"version": "1.2.1",
"version": "1.3.0",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit e0e0634

Please sign in to comment.