Set VERSION to 7.1.1-dev (via coho)

This commit is contained in:
Christopher J. Brody 2018-06-19 15:01:50 -04:00
parent e73d8384f5
commit 0bd3309323
5 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
7.1.0 7.1.1-dev

View File

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

View File

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

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it. * are not expected to implement it.
*/ */
public interface CordovaWebView { public interface CordovaWebView {
public static final String CORDOVA_VERSION = "7.1.0"; public static final String CORDOVA_VERSION = "7.1.1-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

View File

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