We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcf5442 commit b85ede3Copy full SHA for b85ede3
bin/console
@@ -31,6 +31,6 @@ $command[] = new DevCoding\Jss\Easy\Command\Preferences\CC\BackupCommand();
31
$command[] = new DevCoding\Jss\Easy\Command\Preferences\CC\TransferCommand();
32
// Other Commands
33
$command[] = new DevCoding\Jss\Easy\Command\PrepCommand();
34
-$app = new Application('Jez', 'v4.0.13');
+$app = new Application('Jez', 'v4.0.14');
35
$app->addCommands($command);
36
$app->run();
composer.json
@@ -16,7 +16,7 @@
16
},
17
"prefer-stable": true,
18
"minimum-stability": "dev",
19
- "version": "4.0.13",
+ "version": "4.0.14",
20
"require": {
21
"php": ">=7.1",
22
"ext-json": "*",
dist/jez.phar
875 Bytes
0 commit comments