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

View File

@ -1 +1 @@
6.2.1
6.2.2

View File

@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "6.2.1";
var VERSION = "6.2.2";
module.exports.version = VERSION;

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'
}
}
}

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "6.2.1";
public static final String CORDOVA_VERSION = "6.2.2";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "6.2.1",
"version": "6.2.2",
"description": "cordova-android release",
"bin": {
"create": "bin/create"