Skip to content

Commit 3723698

Browse files
committed
Version bump for release
1 parent e2cd50b commit 3723698

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.6');
17+
$app = new Application('MacUpdate', 'v1.7.7');
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.6",
17+
"version": "1.7.7",
1818
"require": {
1919
"php": "^7.0",
2020
"ext-json": "*",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/macupdate.phar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)