From 067b6a05ceb626122f211685f52e9f9aa414688b Mon Sep 17 00:00:00 2001 From: Anton Bevza Date: Thu, 16 Aug 2018 17:16:23 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48f10f47..a0736751 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To implement all of the features above you can use the following components: Download via Gradle: ```gradle -compile 'com.github.stfalcon:chatkit:0.3.0' +compile 'com.github.stfalcon:chatkit:0.3.1' ``` or Maven: @@ -51,7 +51,7 @@ or Maven: com.github.stfalcon chatkit - 0.3.0 + 0.3.1 pom ```