Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Sep 12, 2018
1 parent d81215d commit 1f51280
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3",
"version": "1.0.4",
"keywords": [
"craft",
"craftnet",
Expand Down
3 changes: 2 additions & 1 deletion src/Command/CraftnetCli/CreateLicenseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

$response = $client->createLicense($data);
$body = json_decode($response->getBody(), true);

$output->writeln(PrettyJson($response->getBody()));
$output->writeln(PrettyJson($body));
}
}

0 comments on commit 1f51280

Please sign in to comment.