From 5a4e2ab7fdb4b89e9d62bf44260d75872e55ef61 Mon Sep 17 00:00:00 2001 From: wojtek wawerek Date: Tue, 24 Oct 2017 08:58:06 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8eaed0..d6b433b 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Once you have JCenter configured, add this line to your `build.gradle` file: ```gradle dependencies { - compile 'com.estimote:sdk:1.3.0' + compile 'com.estimote:sdk:1.4.0' } ``` *Important: If you are migrating from the old sdk (0.16.0), [here are some handy tips](Docs/switching_to_1.0.0.md) to help you adopt to breaking changes.*