You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2015/05/20 17:55:25 UTC

android commit: Automated tools fail, and you have to remember all four places where this is set.

Repository: cordova-android
Updated Branches:
  refs/heads/4.0.x 83118456c -> 8de13d9af


Automated tools fail, and you have to remember all four places where this is set.


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

Branch: refs/heads/4.0.x
Commit: 8de13d9af5e2ed5e8bb77524050cc3b54a604499
Parents: 8311845
Author: Joe Bowser <bo...@apache.org>
Authored: Wed May 20 08:54:28 2015 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Wed May 20 08:54:28 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8de13d9a/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index 6717a5f..240486d 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "4.0.1";
+var VERSION = "4.0.2";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/8de13d9a/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 9a1c576..9f6b555 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 = "4.0.1";
+    public static final String CORDOVA_VERSION = "4.0.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