updated version in build.gradle

This commit is contained in:
Steve Gill 2017-04-07 10:56:39 -07:00
parent 8e0f021cad
commit a4103d8dc8

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.0'
version = '6.3.0-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@ -127,9 +127,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = version
name = '6.3.0-dev'
released = new Date()
vcsTag = version
vcsTag = '6.3.0-dev'
}
}
}