diff --git a/README.md b/README.md index 7b61393..06fd9d7 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,7 @@ buildscript { } dependencies { - implementation 'com.shawnlin:number-picker:2.4.8' + implementation 'com.shawnlin:number-picker:2.4.9' } ``` diff --git a/gradle.properties b/gradle.properties index 9fac530..7fac5f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_CODE=16 -VERSION_NAME=2.4.8 +VERSION_CODE=17 +VERSION_NAME=2.4.9 GROUP_ID=com.shawnlin ARTIFACT_ID=number-picker