From 9eae9f58355d08fd88044f24d10984038706a27e Mon Sep 17 00:00:00 2001 From: akarnokd Date: Fri, 23 Sep 2016 10:32:58 +0200 Subject: [PATCH] Update readme version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52c9bbe..7d6259f 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.2.0" + compile "com.github.akarnokd:rxjava2-interop:0.3.0" } ```