Repository: cordova-android
Updated Branches:
  refs/heads/5.1.x 2edb4c09c -> f85285709


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

Branch: refs/heads/5.1.x
Commit: f852857093b969e9e24c947e2d8b665ddd07a79f
Parents: 93af709
Author: Steve Gill <[email protected]>
Authored: Wed Feb 24 11:50:06 2016 -0800
Committer: Steve Gill <[email protected]>
Committed: Wed Feb 24 11:50:06 2016 -0800

----------------------------------------------------------------------
 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/f8528570/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 831446c..ac14c3d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.1.0
+5.1.1

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/f8528570/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 0778301..2a55fb9 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "5.1.0";
+var VERSION = "5.1.1";
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/f8528570/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 096f063..6b0abca 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.1.0";
+    public static final String CORDOVA_VERSION = "5.1.1";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, 
CordovaPreferences preferences);
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/f8528570/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3a3033b..9a1eb8e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "cordova-android",
-    "version": "5.1.0",
+    "version": "5.1.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