update README and History

This commit is contained in:
Naoyuki Kanezawa
2015-06-07 02:22:35 +09:00
parent e2125f1352
commit 39de2d45db
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
0.5.1 / 2015-05-06
==================
* bump okhttp-ws [b95505017]
* fix parsing url query
0.5.0 / 2015-05-02
==================

View File

@@ -16,7 +16,7 @@ Add the following dependency to your `pom.xml`.
<dependency>
<groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>
</dependencies>
```
@@ -25,7 +25,7 @@ Add the following dependency to your `pom.xml`.
Add it as a gradle dependency for Android Studio, in `build.gradle`:
```groovy
compile 'com.github.nkzawa:engine.io-client:0.5.0'
compile 'com.github.nkzawa:engine.io-client:0.5.1'
```
## Usage