Set VERSION to 6.4.0-dev (via coho)

This commit is contained in:
Joe Bowser
2017-09-25 11:37:51 -07:00
parent 7203b740fd
commit 0e498db735
5 changed files with 7 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '6.3.0'
version = '6.4.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '6.3.0-dev'
name = '6.4.0-dev'
released = new Date()
vcsTag = '6.3.0-dev'
vcsTag = '6.4.0-dev'
}
}
}