From c0df73c3c1040792fdf08acf3c2e07566123357f Mon Sep 17 00:00:00 2001 From: filmaj Date: Tue, 2 May 2017 16:19:19 -0700 Subject: [PATCH] Set VERSION to 6.2.3 (via coho) --- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 6415a8db..cdc2e80a 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "6.2.2"; +var VERSION = "6.2.3"; module.exports.version = VERSION; diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 6f00c40c..713884b9 100644 --- a/framework/src/org/apache/cordova/CordovaWebView.java +++ b/framework/src/org/apache/cordova/CordovaWebView.java @@ -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.2"; + public static final String CORDOVA_VERSION = "6.2.3"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences);