From 5c771596c405e12c1c9c7bb69a605bc03731e881 Mon Sep 17 00:00:00 2001 From: Sam Schmidt Date: Mon, 15 Jun 2015 15:12:40 -0400 Subject: [PATCH] Version bump. --- composer.json | 2 +- prophet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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]);