Skip to content

Commit cdc4324

Browse files
committed
Version bump for release
1 parent 04ddd88 commit cdc4324

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ $command[] = new DevCoding\Mac\Update\Command\DownloadCommand();
1414
$command[] = new DevCoding\Mac\Update\Command\InstallCommand();
1515
$command[] = new DevCoding\Mac\Update\Command\SummaryCommand();
1616
$command[] = new DevCoding\Mac\Update\Command\WaitCommand();
17-
$app = new Application('MacUpdate', 'v1.7.5');
17+
$app = new Application('MacUpdate', 'v1.7.6');
1818
$app->addCommands($command);
1919
$app->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"DevCoding\\Mac\\Update\\": "src"
1515
}
1616
},
17-
"version": "1.7.5",
17+
"version": "1.7.6",
1818
"require": {
1919
"php": "^7.0",
2020
"ext-json": "*",

dist/macupdate.phar

98 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)