diff --git a/README.md b/README.md
index 0b4691a..928447b 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.2’
+ compile ‘com.vinaygaba:creditcardview:1.0.3’
}
```
@@ -406,6 +406,7 @@ You can modify the dimensions of some of the attributes by adding these attribut
size //Default value:16sp
size //Default value:14sp
size //Default value:14sp
+size //Default value:10sp
size //Default value:120dp
size //Default value:40dp
```