From f4d7f16915c7654b6ab20e6b6635198d5ec005bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1vid=20Karnok?= Date: Sat, 12 Nov 2016 11:52:06 +0100 Subject: [PATCH] Update compile version number --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8132370d..06de0d59 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ Flowable.just(1) ``` dependencies { - compile "com.github.akarnokd:rxjava2-extensions:0.5.2" + compile "com.github.akarnokd:rxjava2-extensions:0.6.2" } ```