Skip to content

Commit

Permalink
Release version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
franzliedke committed Apr 6, 2016
1 parent 34ff3f5 commit b25a2c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/studio
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use Symfony\Component\Console\Application;

$config = Config::make();

$application = new Application('studio', '0.10.0');
$application = new Application('studio', '0.11.0');
$application->add(new CreateCommand);
$application->add(new LoadCommand($config));
$application->add(new ScrapCommand($config));
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.10.x-dev",
"dev-next": "0.11.x-dev"
"dev-master": "0.11.x-dev"
},
"class": "Studio\\Composer\\StudioPlugin"
},
Expand Down

0 comments on commit b25a2c3

Please sign in to comment.