Set version to 6.2.3

This commit is contained in:
filmaj 2017-05-02 16:03:36 -07:00
parent f3ded26e35
commit ce67804b65
3 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
6.2.2
6.2.3

View File

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

View File

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