Skip to content

Commit 53fe51b

Browse files
committed
Prepare v0.1.0 release
1 parent 23c1f29 commit 53fe51b

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you spot any mistakes.
66

7-
## 0.1.0 (2014-xx-xx)
7+
## 0.1.0 (2014-07-28)
88

99
* First tagged release
1010

README.md

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

33
Simple, async SOAP webservice client library
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

@@ -69,13 +69,11 @@ The recommended way to install this library is [through composer](packagist://ge
6969
```JSON
7070
{
7171
"require": {
72-
"clue/soap-react": "dev-master"
72+
"clue/soap-react": "~0.1.0"
7373
}
7474
}
7575
```
7676

77-
> Note: This project is currently not listed on packagist
78-
7977
## License
8078

8179
MIT

0 commit comments

Comments
 (0)