You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/12 05:58:37 UTC

[5/5] git commit: 2.9.4. Bumped request dep version from 2.12.x to 2.22.0.

2.9.4. Bumped request dep version from 2.12.x to 2.22.0.


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

Branch: refs/heads/master
Commit: f204db813b36b16c53139273a200a7e1a8c9e7c7
Parents: 069295a
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jul 11 20:58:17 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 11 20:58:17 2013 -0700

----------------------------------------------------------------------
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/f204db81/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 5e19270..f734c69 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.9.3",
+  "version": "2.9.4",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -36,7 +36,7 @@
     "express":"3.0.0",
     "shelljs":"0.1.2",
     "ncallbacks":"1.0.0",
-    "request":"2.12.x",
+    "request":"2.22.0",
     "semver":"1.1.0",
     "glob":"3.2.x",
     "follow-redirects":"0.0.x",