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/24 05:44:24 UTC

[10/21] js commit: Set VERSION to 3.7.0-dev (via coho)

Set VERSION to 3.7.0-dev (via coho)


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

Branch: refs/heads/cb-7219
Commit: 8f41e8dd0fa601d452e271cc14c7f5a9b4828722
Parents: 912f028
Author: Steven Gill <st...@gmail.com>
Authored: Tue Aug 26 13:35:26 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Aug 26 13:35:26 2014 -0700

----------------------------------------------------------------------
 VERSION      |   2 +-
 package.json | 128 +++++++++++++++++++++++++++---------------------------
 2 files changed, 65 insertions(+), 65 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/8f41e8dd/VERSION
----------------------------------------------------------------------
diff --git a/VERSION b/VERSION
index 86bab9c..a4ce38e 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.6.0-dev
+3.7.0-dev

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/8f41e8dd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 8c24550..50d849b 100644
--- a/package.json
+++ b/package.json
@@ -1,69 +1,69 @@
 {
-  "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
-  "name": "cordova-js",
-  "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
-  "version": "3.6.2",
-  "homepage": "http://cordova.apache.org",
-  "repository": {
-    "type": "git",
-    "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git"
-  },
-  "engines": {
-    "node": "~0.10.x"
-  },
-  "contributors": [
-    {
-      "name": "Fil Maj",
-      "email": "filmaj@apache.org"
+    "author": "Gord Tanner <gt...@gmail.com> (http://github.com/gtanner)",
+    "name": "cordova-js",
+    "description": "Cordova JavaScript: a unified JavaScript layer for the Cordova suite of projects enabling cross-platform native mobile development of applications using HTML, CSS and JavaScript.",
+    "version": "3.7.0-dev",
+    "homepage": "http://cordova.apache.org",
+    "repository": {
+        "type": "git",
+        "url": "http://git-wip-us.apache.org/repos/asf/cordova-js.git"
     },
-    {
-      "name": "Jesse MacFadyen",
-      "email": "purplecabbage@apache.org"
+    "engines": {
+        "node": "~0.10.x"
     },
-    {
-      "name": "Bryce Curtis",
-      "email": ""
+    "contributors": [
+        {
+            "name": "Fil Maj",
+            "email": "filmaj@apache.org"
+        },
+        {
+            "name": "Jesse MacFadyen",
+            "email": "purplecabbage@apache.org"
+        },
+        {
+            "name": "Bryce Curtis",
+            "email": ""
+        },
+        {
+            "name": "Drew Walters",
+            "email": ""
+        },
+        {
+            "name": "Patrick Mueller",
+            "email": ""
+        },
+        {
+            "name": "Simon MacDonald",
+            "email": ""
+        },
+        {
+            "name": "Becky Gibson",
+            "email": ""
+        },
+        {
+            "name": "Anis Kadri",
+            "email": "anis@apache.org"
+        },
+        {
+            "name": "Dan Silivestru",
+            "email": "dansilivestru@apache.org"
+        },
+        {
+            "name": "Shazron Abdullah",
+            "email": "shazron@apache.org"
+        }
+    ],
+    "devDependencies": {
+        "jasmine-node": "1.14.x",
+        "jsdom-nogyp": "0.8.3",
+        "connect": "1.8.5",
+        "grunt": "~0.4.1",
+        "grunt-contrib-clean": "~0.4.1",
+        "grunt-contrib-jshint": "~0.6.0"
     },
-    {
-      "name": "Drew Walters",
-      "email": ""
-    },
-    {
-      "name": "Patrick Mueller",
-      "email": ""
-    },
-    {
-      "name": "Simon MacDonald",
-      "email": ""
-    },
-    {
-      "name": "Becky Gibson",
-      "email": ""
-    },
-    {
-      "name": "Anis Kadri",
-      "email": "anis@apache.org"
-    },
-    {
-      "name": "Dan Silivestru",
-      "email": "dansilivestru@apache.org"
-    },
-    {
-      "name": "Shazron Abdullah",
-      "email": "shazron@apache.org"
+    "dependencies": {
+        "uglify-js": "2.4.x",
+        "browserify": "3.46.0",
+        "through": "2.3.4"
     }
-  ],
-  "devDependencies": {
-    "jasmine-node": "1.14.x",
-    "jsdom-nogyp": "0.8.3",
-    "connect": "1.8.5",
-    "grunt": "~0.4.1",
-    "grunt-contrib-clean": "~0.4.1",
-    "grunt-contrib-jshint": "~0.6.0"
-  },
-  "dependencies": {
-    "uglify-js": "2.4.x",
-    "browserify": "3.46.0",
-    "through": "2.3.4"
-  }
-}
+}
\ No newline at end of file