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

View File

@ -1 +1 @@
4.2.0-dev
5.0.0-dev

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "4.2.0-dev",
"version": "5.0.0-dev",
"description": "cordova-android release",
"main": "bin/create",
"repository": {
@ -28,4 +28,4 @@
"jshint": "^2.6.0",
"promise-matchers": "~0"
}
}
}