From 2161e565d7c4058c6627ac90cfae24b5c3bf6add Mon Sep 17 00:00:00 2001 From: Colton Nohelty Date: Sat, 13 Apr 2019 23:23:53 -0400 Subject: [PATCH] Update README for release 0.5.2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89c5805..68663e9 100644 --- a/README.md +++ b/README.md @@ -71,17 +71,17 @@ There are several places requiring imports to utilize this library. ### Common Module ```groovy -implementation "com.noheltcj:rx-common:0.5.1" +implementation "com.noheltcj:rx-common:0.5.2" ``` ### JVM Module ```groovy -implementation "com.noheltcj:rx-common-jvm:0.5.1" +implementation "com.noheltcj:rx-common-jvm:0.5.2" ``` ### JavaScript Module ```groovy -implementation "com.noheltcj:rx-common-js:0.5.1" +implementation "com.noheltcj:rx-common-js:0.5.2" ``` ### Native Module