From 8de13d9af5e2ed5e8bb77524050cc3b54a604499 Mon Sep 17 00:00:00 2001 From: Joe Bowser Date: Wed, 20 May 2015 08:54:28 -0700 Subject: [PATCH] Automated tools fail, and you have to remember all four places where this is set. --- 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 6717a5f2..240486de 100755 --- a/bin/templates/cordova/version +++ b/bin/templates/cordova/version @@ -20,6 +20,6 @@ */ // Coho updates this line: -var VERSION = "4.0.1"; +var VERSION = "4.0.2"; console.log(VERSION); diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index 9a1c5760..9f6b5555 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 = "4.0.1"; + public static final String CORDOVA_VERSION = "4.0.2"; void init(CordovaInterface cordova, List pluginEntries, CordovaPreferences preferences);