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