Set VERSION to 6.2.2 (via coho)

This commit is contained in:
Steve Gill
2017-04-24 22:05:42 -07:00
parent cf159c1ae3
commit 814aca2b68
5 changed files with 7 additions and 7 deletions
+3 -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.1'
version = '6.2.2'
android {
compileSdkVersion cdvCompileSdkVersion
@@ -127,9 +127,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '6.2.1'
name = '6.2.2'
released = new Date()
vcsTag = '6.2.1'
vcsTag = '6.2.2'
}
}
}