Skip to content

Commit

Permalink
Build version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Dec 7, 2021
1 parent 4411de6 commit 4e41afc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
Binary file modified builds/spinupwp
Binary file not shown.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
|
*/

'version' => '0.3.0',
'version' => '0.4.0',

/*
|--------------------------------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions config/commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

// Symfony...
Symfony\Component\Console\Command\HelpCommand::class,
Symfony\Component\Console\Command\DumpCompletionCommand::class,

// Pest
Pest\Laravel\Commands\PestDatasetCommand::class,
Expand Down

0 comments on commit 4e41afc

Please sign in to comment.