diff --git a/README.md b/README.md index 66a0f28..bb692f0 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ buildscript { } dependencies { - implementation 'com.shawnlin:number-picker:2.4.11' + implementation 'com.shawnlin:number-picker:2.4.12' } ``` diff --git a/gradle.properties b/gradle.properties index b71834f..6489889 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=19 -VERSION_NAME=2.4.11 +VERSION_CODE=20 +VERSION_NAME=2.4.12 GROUP_ID=com.shawnlin ARTIFACT_ID=number-picker