forked from github/cordova-android
Automated tools fail, and you have to remember all four places where this is set.
This commit is contained in:
parent
83118456cc
commit
8de13d9af5
@ -20,6 +20,6 @@
|
||||
*/
|
||||
|
||||
// Coho updates this line:
|
||||
var VERSION = "4.0.1";
|
||||
var VERSION = "4.0.2";
|
||||
|
||||
console.log(VERSION);
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user