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