CB-12746: decrement working dev version on master to 6.2.4-dev, to align with impending patch release.

This commit is contained in:
filmaj 2017-05-02 15:10:29 -07:00
parent 9d9abea157
commit b6a5844027
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "6.3.0-dev",
"version": "6.2.4-dev",
"description": "cordova-android release",
"bin": {
"create": "bin/create"