You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2016/07/27 01:04:03 UTC

[5/5] android commit: Set VERSION to 5.2.2 (via coho)

Set VERSION to 5.2.2 (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/6c80f58e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/6c80f58e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/6c80f58e

Branch: refs/heads/5.2.x
Commit: 6c80f58e2a0febb67b45a4596f4ad6145e742717
Parents: 75663f5
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jul 26 14:57:28 2016 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jul 26 14:57:28 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6c80f58e/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 26d99a2..ce7f2b4 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.2.1
+5.2.2

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

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/6c80f58e/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 85a800d..6052418 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.1";
+    public static final String CORDOVA_VERSION = "5.2.2";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
 


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