Set VERSION to 7.1.0-dev (via coho)

This commit is contained in:
Joe Bowser
2017-11-30 10:01:28 -08:00
parent e53a65ef07
commit 735bc98243
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '7.0.0'
version = '7.1.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '6.5.0-dev'
name = '7.1.0-dev'
released = new Date()
vcsTag = '6.5.0-dev'
vcsTag = '7.1.0-dev'
}
}
}