From af3f9eef922376746e4757736e29a6d26c7f900e Mon Sep 17 00:00:00 2001 From: jubianchi Date: Mon, 16 May 2016 15:49:01 +0200 Subject: [PATCH] Prepare for 1.4.1 --- CHANGELOG.md | 3 ++- README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883c0cc..ef64d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -# `dev-master` +1.4.1 +===== ## Bugfix diff --git a/README.md b/README.md index ddc52ed..aaaec39 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This bundle provides a (very) simple integration of [atoum](https://github.com/a ```json { "require": { - "atoum/atoum-bundle": "~1.1" + "atoum/atoum-bundle": "^1.4" } } ``` @@ -22,7 +22,7 @@ In most of the cases you don't need AtoumBundle in your production environment. ```json { "require-dev": { - "atoum/atoum-bundle": "~1.1" + "atoum/atoum-bundle": "^1.4" } } ```