You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/22 14:27:31 UTC

[cordova-android] branch 7.1.x updated: Set Version to 7.1.4-dev

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-android.git


The following commit(s) were added to refs/heads/7.1.x by this push:
     new afdffe4  Set Version to 7.1.4-dev
afdffe4 is described below

commit afdffe4028d47af43c8aa71e16a663c4d279128b
Author: Christopher J. Brody <ch...@gmail.com>
AuthorDate: Thu Nov 22 09:25:57 2018 -0500

    Set Version to 7.1.4-dev
    
    (based on e1befaca5a0c52ebc62cbb94870558d428d92fc4)
---
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 bin/templates/project/assets/www/cordova.js          | 2 +-
 framework/build.gradle                               | 6 +++---
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package.json                                         | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/VERSION b/VERSION
index 1996c50..2c45a02 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-7.1.3
+7.1.4-dev
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 0163e72..2e787ae 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "7.1.3";
+var VERSION = "7.1.4-dev";
 
 module.exports.version = VERSION;
 
diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js
index c6d0632..a991320 100644
--- a/bin/templates/project/assets/www/cordova.js
+++ b/bin/templates/project/assets/www/cordova.js
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '7.1.3';
+var PLATFORM_VERSION_BUILD_LABEL = '7.1.4-dev';
 // file: src/scripts/require.js
 
 /* jshint -W079 */
diff --git a/framework/build.gradle b/framework/build.gradle
index aa5f147..b2ea38b 100644
--- a/framework/build.gradle
+++ b/framework/build.gradle
@@ -42,7 +42,7 @@ apply plugin: 'com.github.dcendents.android-maven'
 apply plugin: 'com.jfrog.bintray'
 
 group = 'org.apache.cordova'
-version = '7.1.3'
+version = '7.1.4-dev'
 
 android {
     compileSdkVersion cdvCompileSdkVersion
@@ -129,9 +129,9 @@ bintray {
         licenses = ['Apache-2.0']
         labels = ['android', 'cordova', 'phonegap']
         version {
-            name = '7.1.3'
+            name = '7.1.4-dev'
             released  = new Date()
-            vcsTag = '7.1.3'
+            vcsTag = '7.1.4-dev'
         }
     }
 }
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 28b6618..5173399 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -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.3";
+    public static final String CORDOVA_VERSION = "7.1.4-dev";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 
diff --git a/package.json b/package.json
index 918a9bb..79a1286 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "7.1.3",
+  "version": "7.1.4-dev",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org