File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.0 (2015-06-17)
4+
5+ * First tagged release
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ built on top of [React PHP](http://reactphp.org/).
55
66Implements 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```
You can’t perform that action at this time.
0 commit comments