You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/08/04 19:45:35 UTC

[6/6] android commit: Set VERSION to 3.5.1 (via coho)

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

Branch: refs/heads/3.5.x
Commit: ed8d3fd75bb3a1d8973c5c975be4657fe7d192e0
Parents: f99a589
Author: Ian Clelland <ic...@chromium.org>
Authored: Tue Jul 22 14:15:10 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Jul 28 16:31:26 2014 -0400

----------------------------------------------------------------------
 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/ed8d3fd7/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 1545d96..d5c0c99 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.0
+3.5.1

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ed8d3fd7/bin/templates/cordova/version
----------------------------------------------------------------------
diff --git a/bin/templates/cordova/version b/bin/templates/cordova/version
index f935529..5e6be24 100755
--- a/bin/templates/cordova/version
+++ b/bin/templates/cordova/version
@@ -20,6 +20,6 @@
 */
 
 // Coho updates this line:
-var VERSION = "3.5.0";
+var VERSION = "3.5.1";
 
 console.log(VERSION);

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/ed8d3fd7/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 c6a7023..86ef2ab 100755
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -68,7 +68,7 @@ import android.widget.FrameLayout;
 public class CordovaWebView extends WebView {
 
     public static final String TAG = "CordovaWebView";
-    public static final String CORDOVA_VERSION = "3.5.0";
+    public static final String CORDOVA_VERSION = "3.5.1";
 
     private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
     private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();