Set version & VERSION to 8.0.0-dev (coho)

This commit is contained in:
Christopher J. Brody
2018-11-14 15:37:22 -05:00
parent 858611f95e
commit 53e1c1b65c
5 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -44,7 +44,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '7.2.0-dev'
version = '8.0.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -131,9 +131,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.2.0-dev'
name = '8.0.0-dev'
released = new Date()
vcsTag = '7.2.0-dev'
vcsTag = '8.0.0-dev'
}
}
}