Repository: cordova-android
Updated Branches:
  refs/heads/6.2.x 4d55fdb3e -> fc8cd3749


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

Branch: refs/heads/6.2.x
Commit: fc8cd374951e3d8aeea3f22099ea625e30a25fda
Parents: 3f1113e
Author: Steve Gill <[email protected]>
Authored: Sun Apr 2 17:43:13 2017 -0500
Committer: Steve Gill <[email protected]>
Committed: Sun Apr 2 17:43:13 2017 -0500

----------------------------------------------------------------------
 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/fc8cd374/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 6abaeb2..024b066 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.2.0
+6.2.1

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

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/fc8cd374/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 9ac7c8b..62e53a0 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 = "6.2.0";
+    public static final String CORDOVA_VERSION = "6.2.1";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, 
CordovaPreferences preferences);
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/fc8cd374/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index da08721..65e6b8a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "6.2.0",
+  "version": "6.2.1",
   "description": "cordova-android release",
   "bin": {
     "create": "bin/create"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to