Skip to content

Commit 2e4a61b

Browse files
committed
Updates version for release
1 parent 1d242ae commit 2e4a61b

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ $command[] = new Command\DefaultApplicationCommand();
1515
$command[] = new Command\AdobeInfoCommand();
1616
$command[] = new Command\AdobeBackupCommand();
1717
$command[] = new Command\AdobeTransferCommand();
18-
$app = new Application('MacPrefer', 'v1.2.4');
18+
$app = new Application('MacPrefer', 'v1.2.5');
1919
$app->addCommands($command);
2020
$app->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"email": "aaron@jonesicoding.com"
1515
}
1616
],
17-
"version": "1.2.4",
17+
"version": "1.2.5",
1818
"require": {
1919
"ext-json": "*",
2020
"ext-posix": "*",

dist/prefer.phar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)