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 +}