We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e47223 commit 9a7cdbbCopy full SHA for 9a7cdbb
3 files changed
bin/console
@@ -12,6 +12,6 @@ $command[] = new DevCoding\Mac\Update\Command\CheckCommand();
12
$command[] = new DevCoding\Mac\Update\Command\ListCommand();
13
$command[] = new DevCoding\Mac\Update\Command\DownloadCommand();
14
$command[] = new DevCoding\Mac\Update\Command\InstallCommand();
15
-$app = new Application('MacUpdate', 'v1.1');
+$app = new Application('MacUpdate', 'v1.1.1');
16
$app->addCommands($command);
17
$app->run();
composer.json
@@ -12,7 +12,7 @@
"DevCoding\\Mac\\Update\\": "src"
}
},
- "version": "1.0.2",
+ "version": "1.1.1",
"require": {
"php": "^7.0",
18
"jonesiscoding/base-console": "^1.0"
dist/macupdate.phar
-10.8 KB
0 commit comments