diff --git a/README.md b/README.md index a85f444..b65e0d8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Library to convert between RxJava 1.x and 2.x reactive types. ``` dependencies { - compile "com.github.akarnokd:rxjava2-interop:0.1.0" + compile "com.github.akarnokd:rxjava2-interop:0.1.1" } ``` diff --git a/gradle.properties b/gradle.properties index de55ab6..a482420 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.1.0 +version=0.1.1