Skip to content

Commit f9012b5

Browse files
committed
Prepare v0.1.0 release
1 parent 2871e87 commit f9012b5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.1.0 (2015-04-04)
4+
5+
* First tagged release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Lightweight library that eases integrating async components built for
44
[React PHP](http://reactphp.org/) in a traditional, blocking environment.
55

6-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
6+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
77
88
## Introduction
99

@@ -88,7 +88,7 @@ The recommended way to install this library is [through composer](http://getcomp
8888
```JSON
8989
{
9090
"require": {
91-
"clue/block-react": "dev-master"
91+
"clue/block-react": "~0.1.0"
9292
}
9393
}
9494
```

0 commit comments

Comments
 (0)