From 7123cf62ecbb4b5cad43e25ead3e949f03eea0a0 Mon Sep 17 00:00:00 2001 From: skydoves Date: Sat, 11 Dec 2021 15:39:35 +0900 Subject: [PATCH] Prepare to the next release --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d731b3..750207c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ allprojects { And add a dependency code to your **module**'s `build.gradle` file. ```gradle dependencies { - implementation "com.github.skydoves:progressview:1.1.2" + implementation "com.github.skydoves:progressview:1.1.3" } ``` diff --git a/gradle.properties b/gradle.properties index f792bcf..59b5d8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 GROUP=com.github.skydoves POM_PACKAGING=aar -VERSION_NAME=1.1.3-SNAPSHOT +VERSION_NAME=1.1.4-SNAPSHOT POM_ARTIFACT_ID=progressview POM_NAME=progressview