Skip to content

Commit d8dc777

Browse files
committed
Fixes issue with fdesetup
1 parent deaf780 commit d8dc777

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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');
17+
$app = new Application('MacUpdate', 'v1.7.1');
1818
$app->addCommands($command);
1919
$app->run();

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"DevCoding\\Mac\\Update\\": "src"
1515
}
1616
},
17-
"version": "1.7",
17+
"version": "1.7.1",
1818
"require": {
1919
"php": "^7.0",
2020
"ext-json": "*",
2121
"jonesiscoding/base-console": "^1.0",
2222
"symfony/process": "^4.4",
23-
"deviscoding/mac-console": "^1.2.2"
23+
"deviscoding/mac-console": "^1.2.3"
2424
}
2525
}

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/macupdate.phar

786 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)