Skip to content

Commit 1d43a3d

Browse files
author
mikey179
committed
prepare release
1 parent 1dfccfe commit 1d43a3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.4.0 (2015-??-??)
1+
0.4.0 (2015-04-12)
22
------------------
33

44
* calling `bovigo\callmap\NewInstance::*()` with a final class now throws an `\InvalidArgumentException`

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ _bovigo/callmap_ is distributed as [Composer](https://getcomposer.org/) package.
2020
To install it as a development dependency of your package add the following line
2121
to the `require-dev` package links:
2222

23-
"bovigo/callmap": "~0.3"
23+
"bovigo/callmap": "~0.4"
2424

2525
To install it as a runtime dependency for your package use the following command:
2626

27-
composer require "bovigo/callmap=~0.3"
27+
composer require "bovigo/callmap=~0.4"
2828

2929
Usage
3030
-----

0 commit comments

Comments
 (0)