Skip to content

Commit 71f777d

Browse files
committed
Prepare v0.3.0 release
1 parent 910a486 commit 71f777d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7-
## 0.0.1 (2013-xx-xx)
7+
## 0.3.0 (2014-05-31)
88

99
* First tagged release
1010

11+
> Note: Starts at v0.3 because previous versions were not tagged. Leaving some
12+
> room in case they're going to be needed in the future.
13+
14+
## 0.0.0 (2013-07-05)
15+
16+
* Initial concept

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The recommended way to install this library is [through composer](http://getcomp
3838
```JSON
3939
{
4040
"require": {
41-
"clue/redis-react": "dev-master"
41+
"clue/redis-react": "0.3.*"
4242
}
4343
}
4444
```

0 commit comments

Comments
 (0)