Set VERSION to 4.1.0-dev (via coho)

This commit is contained in:
Andrew Grieve
2015-04-09 11:05:47 -04:00
parent b0d5ffec8f
commit b6bf5298e6
4 changed files with 33 additions and 33 deletions

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