diff --git a/builds/spinupwp b/builds/spinupwp index 3b237f0..d1cae49 100755 Binary files a/builds/spinupwp and b/builds/spinupwp differ diff --git a/composer.json b/composer.json index 1c632b0..bc19681 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "MIT", "require": { "php": "^7.4|^8.0", - "deliciousbrains/spinupwp-php-sdk": "^0.4.0" + "deliciousbrains/spinupwp-php-sdk": "^0.5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.2", diff --git a/config/app.php b/config/app.php index a2bdd8b..8aa7902 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ | */ - 'version' => '0.3.0', + 'version' => '0.4.0', /* |-------------------------------------------------------------------------- diff --git a/config/commands.php b/config/commands.php index 389e0ac..65ce57a 100644 --- a/config/commands.php +++ b/config/commands.php @@ -73,6 +73,7 @@ // Symfony... Symfony\Component\Console\Command\HelpCommand::class, + Symfony\Component\Console\Command\DumpCompletionCommand::class, // Pest Pest\Laravel\Commands\PestDatasetCommand::class,