We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04ddd88 commit cdc4324Copy full SHA for cdc4324
bin/console
@@ -14,6 +14,6 @@ $command[] = new DevCoding\Mac\Update\Command\DownloadCommand();
14
$command[] = new DevCoding\Mac\Update\Command\InstallCommand();
15
$command[] = new DevCoding\Mac\Update\Command\SummaryCommand();
16
$command[] = new DevCoding\Mac\Update\Command\WaitCommand();
17
-$app = new Application('MacUpdate', 'v1.7.5');
+$app = new Application('MacUpdate', 'v1.7.6');
18
$app->addCommands($command);
19
$app->run();
composer.json
@@ -14,7 +14,7 @@
"DevCoding\\Mac\\Update\\": "src"
}
},
- "version": "1.7.5",
+ "version": "1.7.6",
"require": {
"php": "^7.0",
20
"ext-json": "*",
dist/macupdate.phar
98 Bytes
0 commit comments