You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/07/11 12:54:09 UTC

[6/7] android commit: CB-11550 Set VERSION to 5.2.1 (via coho)

CB-11550 Set VERSION to 5.2.1 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/cbed2340
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/cbed2340
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/cbed2340

Branch: refs/heads/5.2.x
Commit: cbed234069080331084689bfff3354d3b26dbf32
Parents: 81b2bcc
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Mon Jul 11 13:41:31 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Mon Jul 11 13:43:57 2016 +0300

----------------------------------------------------------------------
 VERSION                                              | 2 +-
 bin/templates/cordova/version                        | 2 +-
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package.json                                         | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/cbed2340/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 91ff572..26d99a2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.2.0
+5.2.1

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/cbed2340/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index ff7f2a2..4169041 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "5.2.0";
+var VERSION = "5.2.1";
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/cbed2340/framework/src/org/apache/cordova/CordovaWebView.java
----------------------------------------------------------------------
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 49d4d53..85a800d 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 = "5.2.0";
+    public static final String CORDOVA_VERSION = "5.2.1";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/cbed2340/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 825dae2..504218a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "5.2.0",
+  "version": "5.2.1",
   "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