Skip to content

Commit

Permalink
chore: version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitcukuren committed Aug 24, 2024
1 parent 1b5e4b1 commit a444153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/timelock
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 TimeLock\Command\CheckCommand;
use Symfony\Component\Console\Application;

$application = new Application('TimeLock', '0.1.0');
$application = new Application('TimeLock', '0.1.1');

// Register your command here
$application->add(new CheckCommand(new VCSFactory));
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "timelock/timelock",
"description": "A PHP package to find files unchanged since a specified date.",
"type": "library",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a444153

Please sign in to comment.