Skip to content

Commit 9a7cdbb

Browse files
committed
Version bump, updates binary for release.
1 parent 5e47223 commit 9a7cdbb

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
@@ -12,6 +12,6 @@ $command[] = new DevCoding\Mac\Update\Command\CheckCommand();
1212
$command[] = new DevCoding\Mac\Update\Command\ListCommand();
1313
$command[] = new DevCoding\Mac\Update\Command\DownloadCommand();
1414
$command[] = new DevCoding\Mac\Update\Command\InstallCommand();
15-
$app = new Application('MacUpdate', 'v1.1');
15+
$app = new Application('MacUpdate', 'v1.1.1');
1616
$app->addCommands($command);
1717
$app->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"DevCoding\\Mac\\Update\\": "src"
1313
}
1414
},
15-
"version": "1.0.2",
15+
"version": "1.1.1",
1616
"require": {
1717
"php": "^7.0",
1818
"jonesiscoding/base-console": "^1.0"

dist/macupdate.phar

-10.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)