From 37ee3cdf81e810697e6780a4325a2cec4cce5968 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Thu, 26 Jan 2017 16:30:31 -0800 Subject: [PATCH] Set VERSION to 6.1.2 (via coho) --- VERSION | 2 +- bin/templates/cordova/version | 2 +- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index f3b5af39..5e325424 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.1.1 +6.1.2 diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version index 1c28df55..9bf79a18 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,7 +20,7 @@ */ // Coho updates this line: -var VERSION = "6.1.1"; +var VERSION = "6.1.2"; module.exports.version = VERSION; diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 15adbc5f..2eebd0d3 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.1.1"; + public static final String CORDOVA_VERSION = "6.1.2"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences);