We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d242ae commit 2e4a61bCopy full SHA for 2e4a61b
3 files changed
bin/console
@@ -15,6 +15,6 @@ $command[] = new Command\DefaultApplicationCommand();
15
$command[] = new Command\AdobeInfoCommand();
16
$command[] = new Command\AdobeBackupCommand();
17
$command[] = new Command\AdobeTransferCommand();
18
-$app = new Application('MacPrefer', 'v1.2.4');
+$app = new Application('MacPrefer', 'v1.2.5');
19
$app->addCommands($command);
20
$app->run();
composer.json
@@ -14,7 +14,7 @@
14
"email": "aaron@jonesicoding.com"
}
],
- "version": "1.2.4",
+ "version": "1.2.5",
"require": {
"ext-json": "*",
"ext-posix": "*",
dist/prefer.phar
0 Bytes
0 commit comments