From 9570c71634a56fa467915ee695f76158bd59a91b Mon Sep 17 00:00:00 2001 From: Ferran Pons Date: Tue, 19 Dec 2017 14:29:29 +0100 Subject: [PATCH] new Release version 3.6.2 (#131) --- README.md | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2293bdd1..1739f818 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Include the dependency in your app `build.gradle`: ```groovy dependencies { - compile 'com.schibstedspain.android:leku:3.6.1' + compile 'com.schibstedspain.android:leku:3.6.2' } ``` diff --git a/version.properties b/version.properties index 399b906b..89b4d1e2 100644 --- a/version.properties +++ b/version.properties @@ -1,3 +1,3 @@ MAJOR=3 MINOR=6 -PATCH=1 \ No newline at end of file +PATCH=2 \ No newline at end of file