Skip to content

Commit ef356c7

Browse files
committed
Prepare v0.1.0 release
1 parent bf648ed commit ef356c7

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ built on top of [React PHP](http://reactphp.org/).
55

66
Implements UStar (Uniform Standard Tape ARchive) format, introduced by the POSIX IEEE P1003.1
77

8-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
8+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
99
1010
## Quickstart example
1111

@@ -42,7 +42,7 @@ The recommended way to install this library is [through composer](https://getcom
4242
```JSON
4343
{
4444
"require": {
45-
"clue/tar-react": "dev-master"
45+
"clue/tar-react": "~0.1.0"
4646
}
4747
}
4848
```

0 commit comments

Comments
 (0)