We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddae07 commit bf8adfdCopy full SHA for bf8adfd
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ This file is a manually maintained list of changes for each release. Feel free
4
to add your changes here when sending pull requests. Also send corrections if
5
you spot any mistakes.
6
7
+## 0.1.0 (2014-07-17)
8
+
9
+* First tagged release
10
11
## 0.0.0 (2014-06-25)
12
13
* Initial concept
README.md
@@ -198,7 +198,7 @@ The recommended way to install this library is [through composer](http://getcomp
198
```JSON
199
{
200
"require": {
201
- "clue/asterisk-ami-react": "dev-master"
+ "clue/asterisk-ami-react": "~0.1.0"
202
}
203
204
```
0 commit comments