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" } } ```