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/09/30 02:42:01 UTC

[2/2] git commit: Set VERSION to 3.6.0 (via coho)

Set VERSION to 3.6.0 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-browser/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-browser/commit/201698a2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-browser/tree/201698a2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-browser/diff/201698a2

Branch: refs/heads/3.6.x
Commit: 201698a20b27259b06b48c651d8b5a4885549928
Parents: 61e884e
Author: Steven Gill <st...@gmail.com>
Authored: Mon Sep 29 17:39:33 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Sep 29 17:39:33 2014 -0700

----------------------------------------------------------------------
 VERSION      |  2 +-
 package.json | 62 ++++++++++++++++++++++++++++++-------------------------
 2 files changed, 35 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/201698a2/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 87ce492..40c341b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.2
+3.6.0

http://git-wip-us.apache.org/repos/asf/cordova-browser/blob/201698a2/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index f947c2c..b433ea6 100644
--- a/package.json
+++ b/package.json
@@ -1,29 +1,35 @@
 {
-  "name": "cordova-browser",
-  "version": "3.5.2",
-  "description": "cordova-browser release",
-  "main": "bin/create",
-  "repository": {
-    "type": "git",
-    "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
-  },
-  "keywords": [
-    "cordova",
-    "browser",
-    "apache"
-  ],
-  "dependencies": {
-    "shelljs": "^0.1.4",
-    "adm-zip": "0.4.4"
-  },
-  "bundledDependencies": [
-    "shelljs",
-    "adm-zip"
-  ],
-  "author": "Apache Software Foundation",
-  "contributors": [
-      {"name": "Steve Gill", "email": "steveng@adobe.com"},
-      {"name": "Suraj Pindoria", "email": "spindori@adobe.com"}
-  ],
-  "license": "Apache Version 2.0"
-}
+    "name": "cordova-browser",
+    "version": "3.6.0",
+    "description": "cordova-browser release",
+    "main": "bin/create",
+    "repository": {
+        "type": "git",
+        "url": "https://git-wip-us.apache.org/repos/asf/cordova-browser.git"
+    },
+    "keywords": [
+        "cordova",
+        "browser",
+        "apache"
+    ],
+    "dependencies": {
+        "shelljs": "^0.1.4",
+        "adm-zip": "0.4.4"
+    },
+    "bundledDependencies": [
+        "shelljs",
+        "adm-zip"
+    ],
+    "author": "Apache Software Foundation",
+    "contributors": [
+        {
+            "name": "Steve Gill",
+            "email": "steveng@adobe.com"
+        },
+        {
+            "name": "Suraj Pindoria",
+            "email": "spindori@adobe.com"
+        }
+    ],
+    "license": "Apache Version 2.0"
+}
\ No newline at end of file