We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3639523 commit 538de56Copy full SHA for 538de56
Parse/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
5
apply plugin: 'com.jfrog.bintray'
6
7
group = 'com.parse'
8
-version = '1.16.0'
+version = '1.16.1-SNAPSHOT'
9
10
ext {
11
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
@@ -295,4 +295,4 @@ artifactory {
295
publications('MyPublication')
296
}
297
298
-}
+}
0 commit comments