diff --git a/README.md b/README.md index f0a30012..0459f52f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ You can depend on the library through Maven: com.github.pwittchen reactivenetwork - 0.1.1 + 0.1.2 ``` @@ -138,7 +138,7 @@ or through Gradle: ```groovy dependencies { - compile 'com.github.pwittchen:reactivenetwork:0.1.1' + compile 'com.github.pwittchen:reactivenetwork:0.1.2' } ```