Skip to content

Commit 3bc96c8

Browse files
committed
Prepare v0.1.0 release
1 parent ef1c3cb commit 3bc96c8

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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Simple, async API-like access to your [ViewVC](http://viewvc.org/) web interface (Subversion/CVS browser), built on top of [React PHP](http://reactphp.org/).
44

5-
> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
5+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
66
77
## Quickstart example
88

@@ -84,7 +84,7 @@ The recommended way to install this library is [through composer](http://getcomp
8484
```JSON
8585
{
8686
"require": {
87-
"clue/viewvc-api-react": "dev-master"
87+
"clue/viewvc-api-react": "~0.1.0"
8888
}
8989
}
9090
```

0 commit comments

Comments
 (0)