Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
dersam committed Jun 15, 2015
1 parent c696475 commit 5c77159
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": "linusshops/prophet",
"description": "Module testing for Magento Modules",
"version": "0.3.3",
"version": "0.3.4",
"type": "utility",
"keywords": [
"magento",
Expand Down
2 changes: 1 addition & 1 deletion prophet
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use Symfony\Component\Console\Application;
$application = new Application();

$application->setName('Prophet');
$application->setVersion('0.3.2');
$application->setVersion('0.3.4');
$application->setDefaultCommand('scry');

\LinusShops\Prophet\ConfigRepository::setProphetPath($_SERVER['argv'][0]);
Expand Down

0 comments on commit 5c77159

Please sign in to comment.