Skip to content

Commit ba7b303

Browse files
committed
Prepare v0.1.0 release
1 parent 6d3eed6 commit ba7b303

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-05-03)
4+
5+
* First tagged release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# clue/quassel-react [![Build Status](https://travis-ci.org/clue/php-quassel-react.svg?branch=master)](https://travis-ci.org/clue/php-quassel-react)
22

3-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
3+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
44
55
## Install
66

@@ -9,7 +9,7 @@ The recommended way to install this library is [through composer](http://getcomp
99
```JSON
1010
{
1111
"require": {
12-
"clue/quassel-react": "dev-master"
12+
"clue/quassel-react": "~0.1.0"
1313
}
1414
}
1515
```

0 commit comments

Comments
 (0)