Skip to content

Commit e0e0634

Browse files
committed
bump version to 1.3.0
1 parent e031d29 commit e0e0634

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/chip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require __DIR__ . '/../vendor/autoload.php';
1010
use Symfony\Component\Console\Application;
1111

1212
try {
13-
$application = new Application('Chip', '1.2.1');
13+
$application = new Application('Chip', '1.3.0');
1414
$application->addCommands([
1515
new \Chip\Console\Check()
1616
]);

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "phith0n/chip",
33
"description": "a simple tool to detect potential security threat in php code",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"license": "MIT",
66
"authors": [
77
{

0 commit comments

Comments
 (0)