8000
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 6f7993f commit 376918dCopy full SHA for 376918d
CHANGELOG.md
@@ -4,7 +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.0.1 (2013-xx-xx)
+## 0.1.0 (2014-07-11)
8
9
* First tagged release
10
11
+## 0.0.0 (2013-09-01)
12
+
13
+* Initial concept
README.md
@@ -37,7 +37,7 @@ The recommended way to install this library is [through composer](packagist://ge
37
```JSON
38
{
39
"require": {
40
- "clue/packagist-api-react": "dev-master"
+ "clue/packagist-api-react": "~0.1.0"
41
}
42
43
```
0 commit comments