diff --git a/README.md b/README.md index 61c1e62..13e7658 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Setup The library is pushed to Maven Central as an AAR, so you just need to add the following to your build.gradle file: ```java dependencies { - compile ‘com.vinaygaba:creditcardview:1.0.1’ + compile ‘com.vinaygaba:creditcardview:1.0.2’ } ``` @@ -36,7 +36,7 @@ Usage ------ Using CreditCardView is extremely easy, this is how you would declare it in the layout xml: ```java -