Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitcukuren committed Aug 17, 2024
1 parent 9b9d8ad commit 6dbc0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/lynter
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../vendor/autoload.php
use Lynter\Command\LynterCommand;
use Symfony\Component\Console\Application;

$application = new Application('Lynter', '0.1.2');
$application = new Application('Lynter', '0.1.3');

// Register the LynterCommand
$application->add(new LynterCommand());
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yigitcukuren/lynter",
"version": "0.1.2",
"version": "0.1.3",
"description": "A PHP tool for analyzing code and enforcing restrictions on specific functions, variables, and coding patterns.",
"type": "library",
"authors": [
Expand Down

0 comments on commit 6dbc0a9

Please sign in to comment.