Set VERSION to 6.2.3 (via coho)

This commit is contained in:
filmaj 2017-05-02 16:19:19 -07:00
parent 211a7fc6a8
commit c0df73c3c1
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it. * are not expected to implement it.
*/ */
public interface CordovaWebView { 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<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);