Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
sjelfull committed Sep 7, 2018
1 parent 00e4224 commit 5aa9c2d
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": "superbigco/craftnet-cli",
"description": "Craftnet CLI",
"version": "1.0.1",
"version": "1.0.2",
"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');
$application = new Application('Craftnet Cli', '1.0.2');
$application->add(new GetLicensesCommand());
$application->add(new GetLicenseCommand());
$application->add(new CreateLicenseCommand());
Expand Down

0 comments on commit 5aa9c2d

Please sign in to comment.