diff --git a/README.md b/README.md index 44bf5f7..e23dd6b 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ You can depend on the library through Maven: com.github.pwittchen networkevents - 2.0.1 + 2.1.0 ``` @@ -239,7 +239,7 @@ or through Gradle: ```groovy dependencies { - compile 'com.github.pwittchen:networkevents:2.0.1' + compile 'com.github.pwittchen:networkevents:2.1.0' } ```