From 00192b197b8c41cdff4ccd73967268d401fe9087 Mon Sep 17 00:00:00 2001 From: Alex Curran Date: Wed, 6 Apr 2016 21:27:51 +0100 Subject: [PATCH] Update to version 5.4.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9639a3ce1..a3f82021f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Project set-up If you're using a Gradle-based project, then you can add SCV as a dependency directly: ~~~ -compile 'com.github.amlcurran.showcaseview:library:5.4.2' +compile 'com.github.amlcurran.showcaseview:library:5.4.3' ~~~ If you're using Maven (but not Gradle), you can add the APKlib as a dependency: @@ -26,7 +26,7 @@ If you're using Maven (but not Gradle), you can add the APKlib as a dependency: com.github.amlcurran.showcaseview library - 5.4.2 + 5.4.3 apklib ~~~