diff --git a/build.gradle b/build.gradle index e6d37b57..358dbdff 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { signature 'org.codehaus.mojo.signature:java16:1.1@signature' compile "org.reactivestreams:reactive-streams:1.0.0" - compile "io.reactivex.rxjava2:rxjava:2.0.0-RC5" + compile "io.reactivex.rxjava2:rxjava:2.0.0" testCompile group: 'junit', name: 'junit', version: '4.12' diff --git a/gradle.properties b/gradle.properties index 60acae26..af0eb1ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.5.3 +version=0.6.0