Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Jan 27, 2020
1 parent 5411a7c commit 8edd33a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superbig/craftnet-cli",
"description": "Craftnet CLI",
"version": "1.0.5",
"version": "1.0.6",
"keywords": [
"craft",
"craftnet",
Expand Down
2 changes: 1 addition & 1 deletion craftnet
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 8edd33a

Please sign in to comment.