Automated tools fail, and you have to remember all four places where this is set.

This commit is contained in:
Joe Bowser 2015-05-20 08:54:28 -07:00
parent 83118456cc
commit 8de13d9af5
2 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "4.0.1";
var VERSION = "4.0.2";
console.log(VERSION);

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 = "4.0.1";
public static final String CORDOVA_VERSION = "4.0.2";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);