diff --git a/README.md b/README.md index 0598202b..786de2fe 100644 --- a/README.md +++ b/README.md @@ -479,7 +479,7 @@ You can depend on the library through Maven: com.github.pwittchen reactivenetwork-rx2 - 3.0.1 + 3.0.2 ``` @@ -487,7 +487,7 @@ or through Gradle: ```groovy dependencies { - implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.1' + implementation 'com.github.pwittchen:reactivenetwork-rx2:3.0.2' } ```