Set VERSION to 4.2.0-dev (via coho)

This commit is contained in:
Nikhil Khandelwal 2015-07-20 09:52:14 -07:00
parent dc9413258e
commit b770076b7f
4 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
4.1.0-dev
4.2.0-dev

View File

@ -20,6 +20,6 @@
*/
// Coho updates this line:
var VERSION = "4.1.0-dev";
var VERSION = "4.2.0-dev";
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.1.0-dev";
public static final String CORDOVA_VERSION = "4.2.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "4.1.0-dev",
"version": "4.2.0-dev",
"description": "cordova-android release",
"main": "bin/create",
"repository": {