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.*