Skip to content

Commit 538de56

Browse files
authored
Update to SNAPSHOT (#722)
1 parent 3639523 commit 538de56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Parse/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'com.github.kt3k.coveralls'
55
apply plugin: 'com.jfrog.bintray'
66

77
group = 'com.parse'
8-
version = '1.16.0'
8+
version = '1.16.1-SNAPSHOT'
99

1010
ext {
1111
projDescription = 'A library that gives you access to the powerful Parse cloud platform from your Android app.'
@@ -295,4 +295,4 @@ artifactory {
295295
publications('MyPublication')
296296
}
297297
}
298-
}
298+
}

0 commit comments

Comments
 (0)