From 58bd6c71c0df52bf1cf41036f1daadb6fc99269d Mon Sep 17 00:00:00 2001 From: akarnokd Date: Tue, 23 Aug 2016 15:18:28 +0200 Subject: [PATCH] Update to recent RxJava 2.x snapshot API --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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