From d77f305099a997739d9505f96882cc9a2dce04b7 Mon Sep 17 00:00:00 2001 From: Piotr Wittchen Date: Fri, 31 Jul 2015 09:52:10 +0200 Subject: [PATCH] Update README.md updating library version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4d81017..3a9445c 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ You can depend on the library through Maven: com.github.pwittchen networkevents - 1.0.5 + 2.0.0 ``` @@ -226,13 +226,13 @@ or through Gradle: ```groovy dependencies { - compile 'com.github.pwittchen:networkevents:1.0.5' + compile 'com.github.pwittchen:networkevents:2.0.0' } ``` **Remember to add dependency to the Event Bus, which you are using.** -In case of Otto add the following dependency through Maven: +In case of Otto, add the following dependency through Maven: ```xml