Skip to content

Commit

Permalink
Prepare for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed May 16, 2016
1 parent 307c2f9 commit af3f9ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# `dev-master`
1.4.1
=====

## Bugfix

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand All @@ -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"
}
}
```
Expand Down

0 comments on commit af3f9ee

Please sign in to comment.