Skip to content

Commit b85ede3

Browse files
committed
Fixes Adobe Reader recipe.
1 parent bcf5442 commit b85ede3

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
@@ -31,6 +31,6 @@ $command[] = new DevCoding\Jss\Easy\Command\Preferences\CC\BackupCommand();
3131
$command[] = new DevCoding\Jss\Easy\Command\Preferences\CC\TransferCommand();
3232
// Other Commands
3333
$command[] = new DevCoding\Jss\Easy\Command\PrepCommand();
34-
$app = new Application('Jez', 'v4.0.13');
34+
$app = new Application('Jez', 'v4.0.14');
3535
$app->addCommands($command);
3636
$app->run();

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"prefer-stable": true,
1818
"minimum-stability": "dev",
19-
"version": "4.0.13",
19+
"version": "4.0.14",
2020
"require": {
2121
"php": ">=7.1",
2222
"ext-json": "*",

dist/jez.phar

875 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)