From d7ddb55788cdda4a5dfe7eb9339b7aa7dcd0eef7 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 26 Feb 2020 01:42:41 +0800 Subject: [PATCH] :bookmark: Bump v2.4.9 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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