Updating version

This closes #364
This commit is contained in:
Bharath Hariharan 2017-02-23 11:13:10 -08:00 committed by Steve Gill
parent 3bbc7fb328
commit 7d5afdebe1

View File

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