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 2014/08/21 01:21:03 UTC

[2/5] android commit: Set VERSION to 3.5.0 (via coho)

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

Branch: refs/heads/3.5.x
Commit: 503c0480ed841df8def157bce1bc00d566b23368
Parents: bdbd5ba
Author: Steven Gill <st...@gmail.com>
Authored: Fri Aug 15 11:41:58 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Fri Aug 15 11:41:58 2014 -0700

----------------------------------------------------------------------
 VERSION                                         |  2 +-
 bin/templates/cordova/version                   |  2 +-
 .../src/org/apache/cordova/CordovaWebView.java  |  2 +-
 package.json                                    | 40 ++++++++++----------
 4 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/503c0480/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index d5c0c99..1545d96 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.1
+3.5.0

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

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/503c0480/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 86ef2ab..c6a7023 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.1";
+    public static final String CORDOVA_VERSION = "3.5.0";
 
     private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
     private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();

http://git-wip-us.apache.org/repos/asf/cordova-android/blob/503c0480/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 9c3c786..12408e9 100644
--- a/package.json
+++ b/package.json
@@ -1,21 +1,21 @@
 {
-  "name": "cordova-android",
-  "version": "3.5.1",
-  "description": "cordova-android release",
-  "main": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
-  },
-  "keywords": [
-    "android",
-    "cordova",
-    "apache"
-  ],
-  "author": "Apache Software Foundation",
-  "license": "Apache version 2.0",
-  "dependencies": {
-    "q": "^0.9.0",
-    "shelljs": "^0.2.6"
-  }
-}
+    "name": "cordova-android",
+    "version": "3.5.0",
+    "description": "cordova-android release",
+    "main": "bin/create",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-android.git"
+    },
+    "keywords": [
+        "android",
+        "cordova",
+        "apache"
+    ],
+    "author": "Apache Software Foundation",
+    "license": "Apache version 2.0",
+    "dependencies": {
+        "q": "^0.9.0",
+        "shelljs": "^0.2.6"
+    }
+}
\ No newline at end of file