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 2017/01/04 02:01:17 UTC

[3/3] android commit: Set VERSION to 6.1.1 (via coho)

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

Branch: refs/heads/6.1.x
Commit: 96457effbccbec7e40fc162375cb42bd29fa79ee
Parents: 67e7980
Author: Steve Gill <st...@gmail.com>
Authored: Tue Jan 3 17:45:53 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Jan 3 17:45:53 2017 -0800

----------------------------------------------------------------------
 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/96457eff/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index dfda3e0..f3b5af3 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.1.0
+6.1.1

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/96457eff/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 7bfb4b7..1c28df5 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,7 +20,7 @@
 */
 
 // Coho updates this line:
-var VERSION = "6.1.0";
+var VERSION = "6.1.1";
 
 module.exports.version = VERSION;
 

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/96457eff/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 131b519..15adbc5 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.1.0";
+    public static final String CORDOVA_VERSION = "6.1.1";
 
     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