From addc0cfc1071ce606f88f495a428b333f1d795f4 Mon Sep 17 00:00:00 2001 From: Wellington Costa Date: Wed, 30 Oct 2019 15:22:18 -0300 Subject: [PATCH] Releasing 3.2.0 version. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3f34caf..67c894b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ # Maven Publish Properties GROUP=io.github.wellingtoncosta -VERSION_NAME=3.2.0-SNAPSHOT +VERSION_NAME=3.2.0 POM_DESCRIPTION=A field validation library for Android. @@ -13,7 +13,7 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt POM_LICENCE_DIST=repo -POM_DEVELOPER_ID=wellingtoncosta +POM_DEVELOPER_ID=WellingtonCosta POM_DEVELOPER_NAME=Wellington Costa # Gradle Properties