Set VERSION to 7.1.5-dev

This commit is contained in:
Christopher J. Brody 2018-11-23 13:01:25 -05:00
parent a68f9fd752
commit a0cb7da1e3
6 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
7.1.4
7.1.5-dev

View File

@ -20,7 +20,7 @@
*/
// Coho updates this line:
var VERSION = "7.1.4";
var VERSION = "7.1.5-dev";
module.exports.version = VERSION;

View File

@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '7.1.4';
var PLATFORM_VERSION_BUILD_LABEL = '7.1.5-dev';
// file: src/scripts/require.js
/* jshint -W079 */

View File

@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'
group = 'org.apache.cordova'
version = '7.1.4'
version = '7.1.5-dev'
android {
compileSdkVersion cdvCompileSdkVersion
@ -129,9 +129,9 @@ bintray {
licenses = ['Apache-2.0']
labels = ['android', 'cordova', 'phonegap']
version {
name = '7.1.4'
name = '7.1.5-dev'
released = new Date()
vcsTag = '7.1.4'
vcsTag = '7.1.5-dev'
}
}
}

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

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "7.1.4",
"version": "7.1.5-dev",
"description": "cordova-android release",
"bin": {
"create": "bin/create"