From 38f52c61c23e546192622d153fbd1f94989ea93e Mon Sep 17 00:00:00 2001 From: Baptiste GAILLARD Date: Thu, 29 Oct 2015 11:51:31 +0100 Subject: [PATCH] Prepare version 0.0.1-alpha2. --- README.md | 3 +++ composer.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec33aca..42f1949 100644 --- a/README.md +++ b/README.md @@ -53,5 +53,8 @@ Here are important things to know about the behavior of the server : ## Release history +## 0.0.1-alpha2 (2015-10-29) + * First very basic UNIX support. + ## 0.0.1-alpha1 (2015-10-28) * First alpha version. diff --git a/composer.json b/composer.json index 7743abb..6f7e38e 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "gomoob/php-embedded-mongo", "description" : "Start an embedded Mongo DB server and run your PHPUnit integration tests easily.", - "version" : "0.0.1-alpha1", + "version" : "0.0.1-alpha2", "license" : "MIT", "type" : "library", "keywords" : [ @@ -35,7 +35,7 @@ }, "require" : { "php" : ">=5.3.3", - "monolog/monolog" : "~1.17", + "monolog/monolog" : "~1.17", "psr/log" : "~1.0" }, "require-dev" : { diff --git a/package.json b/package.json index 4ed14c3..d0ebab1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gomoob-php-embedded-mongo", - "version": "0.0.1-alpha1", + "version": "0.0.1-alpha2", "license": "MIT", "repository" : { "type" : "git",