diff --git a/README.md b/README.md index a1f4d7cd..42260718 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ RxJava 3.x implementation of extra sources, operators and components and ports o ``` dependencies { - compile "com.github.akarnokd:rxjava3-extensions:3.0.0" + compile "com.github.akarnokd:rxjava3-extensions:3.0.1" } ``` diff --git a/build.gradle b/build.gradle index abe8f045..b7a236dc 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { signature 'org.codehaus.mojo.signature:java18:1.0@signature' compile "org.reactivestreams:reactive-streams:1.0.3" - compile "io.reactivex.rxjava3:rxjava:3.0.5" + compile "io.reactivex.rxjava3:rxjava:3.0.6" testCompile group: 'junit', name: 'junit', version: '4.13' diff --git a/gradle.properties b/gradle.properties index 4e60ad0b..40c6a765 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ GROUP=com.github.akarnokd -VERSION_NAME=3.0.0 -version=3.0.0 +VERSION_NAME=3.0.1 +version=3.0.1 POM_ARTIFACT_ID=rxjava3-extensions POM_NAME=RxJava 3 extra sources, operators and components