Manually updating version to 5.0.0-dev for engine tags

This commit is contained in:
Joe Bowser
2015-09-24 14:55:30 -07:00
parent 47ac514835
commit 2ceb8030ee
4 changed files with 5 additions and 5 deletions
@@ -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.2.0-dev";
public static final String CORDOVA_VERSION = "5.0.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);