Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuggins committed Nov 29, 2016
1 parent d4cdd4c commit 0bf90ea
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
Expand Up @@ -14,7 +14,7 @@
"symfony/console": "~2.3|~3.0",
"guzzlehttp/guzzle": "^6.1",
"symfony/process": "~2.3|~3.0",
"artisancms/installer": "v0.1.38"
"artisancms/installer": "v0.1.39"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion studio
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (file_exists(__DIR__.'/vendor/autoload.php')) {
require __DIR__.'/../../autoload.php';
}

$app = new Application('ArtisanCMS Studio', '0.1.38');
$app = new Application('ArtisanCMS Studio', '0.1.39');

$app->add(new NewCommand);
$app->add(new InstallCommand);
Expand Down

0 comments on commit 0bf90ea

Please sign in to comment.