diff --git a/composer.json b/composer.json index be11deb..5bd45a0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "superbig/craftnet-cli", "description": "Craftnet CLI", - "version": "1.0.5", + "version": "1.0.6", "keywords": [ "craft", "craftnet", diff --git a/craftnet b/craftnet index 601339a..8707546 100755 --- a/craftnet +++ b/craftnet @@ -8,7 +8,7 @@ use CraftnetCli\Command\CraftnetCli\GetLicensesCommand; use CraftnetCli\Command\CraftnetCli\SetCredentialsCommand; use Symfony\Component\Console\Application; -$application = new Application('Craftnet Cli', '1.0.5'); +$application = new Application('Craftnet Cli', '1.0.6'); $application->add(new GetLicensesCommand()); $application->add(new GetLicenseCommand()); $application->add(new CreateLicenseCommand());