Set VERSION to 6.1.0-dev (via coho)

This commit is contained in:
Joe Bowser
2016-10-20 11:49:03 -07:00
parent 81dfe96355
commit 3e7be6cc0f
4 changed files with 51 additions and 51 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 = "5.3.0-dev";
public static final String CORDOVA_VERSION = "6.1.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);