From b9b1751707d0904427926a3c43e4c9b344de6f55 Mon Sep 17 00:00:00 2001 From: Radek Piekarz Date: Wed, 12 Oct 2016 11:42:16 +0200 Subject: [PATCH] Updat artifact version Update artifact version to 0.0.4 --- gradle.properties | 2 +- material-intro-screen/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cb998a7..78a53f6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=0.0.3 +VERSION_NAME=0.0.4 VERSION_CODE=1 GROUP=agency.tango.android diff --git a/material-intro-screen/build.gradle b/material-intro-screen/build.gradle index 7613ff6..0543682 100644 --- a/material-intro-screen/build.gradle +++ b/material-intro-screen/build.gradle @@ -48,7 +48,7 @@ publish { userOrg = 'tangoagency' groupId = 'agency.tango.android' artifactId = 'material-intro-screen' - publishVersion = '0.0.3' + publishVersion = '0.0.4' desc = '' website = 'https://github.com/TangoAgency/material-intro-screen' }