From 509031a02ccd8fddfa933b8bb4f5d7cdb85289c3 Mon Sep 17 00:00:00 2001 From: Cattaneo Stefano Date: Mon, 27 Mar 2017 12:45:12 +0200 Subject: [PATCH] version code change --- README.md | 2 +- docs/installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dab220a9..e73ad3b9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To start using the SDK, include this in your app *build.gradle* ```java dependencies { - compile 'it.near.sdk.core:nearitsdk:2.1.5' + compile 'it.near.sdk.core:nearitsdk:2.1.6' } ``` diff --git a/docs/installation.md b/docs/installation.md index 37be227e..5d6b8096 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -7,7 +7,7 @@ To start using the SDK, include this in your app *build.gradle* ```java dependencies { - compile 'it.near.sdk.core:nearitsdk:2.1.5' + compile 'it.near.sdk.core:nearitsdk:2.1.6' } ```