From 6326d08743eef0928ba0c7d6f2ad5fb91f1cc6d9 Mon Sep 17 00:00:00 2001 From: Mattia Iavarone Date: Thu, 24 Aug 2017 16:23:39 +0200 Subject: [PATCH] Update build.gradle --- Parse/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Parse/build.gradle b/Parse/build.gradle index edb6c7088..1a95f5b4f 100644 --- a/Parse/build.gradle +++ b/Parse/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls' apply plugin: 'com.jfrog.bintray' group = 'com.parse' -version = '1.16.0' +version = '1.16.1-SNAPSHOT' ext { projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.' @@ -295,4 +295,4 @@ artifactory { publications('MyPublication') } } -} \ No newline at end of file +}