From 61f1f2f67382f00a1fcbf0823795bcb20dd62bff Mon Sep 17 00:00:00 2001 From: Joel Wurtz Date: Mon, 13 Oct 2014 12:47:47 +0200 Subject: [PATCH] Pop version number, as 0.2.3 bug with composer --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dfc6f16..5c1a05e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "jolicode/jolici", - "version": "0.2.3", + "version": "0.2.4", "description": "Run your tests on your local computer on different application stack", "type": "library", "license": "MIT",