Skip to content

Commit 203a151

Browse files
committed
Fixes missing --user option in dock:import.
1 parent 660c670 commit 203a151

File tree

4 files changed

+225
-267
lines changed

4 files changed

+225
-267
lines changed

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ $command[] = new Command\AdobeInfoCommand();
1616
$command[] = new Command\AdobeBackupCommand();
1717
$command[] = new Command\AdobeTransferCommand();
1818
$command[] = new Command\MenuAddCommand();
19-
$app = new Application('MacPrefer', 'v1.3.4');
19+
$app = new Application('MacPrefer', 'v1.3.5');
2020
$app->addCommands($command);
2121
$app->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"email": "aaron@jonesicoding.com"
1515
}
1616
],
17-
"version": "1.3.4",
17+
"version": "1.3.5",
1818
"require": {
1919
"ext-json": "*",
2020
"ext-posix": "*",

dist/prefer.phar

15.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)