diff --git a/composer.json b/composer.json index 933fe15..c295973 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/prophet b/prophet index f86f669..eb40419 100755 --- a/prophet +++ b/prophet @@ -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]);