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/06/19 22:29:31 UTC

git commit: 2.8.22. Plugman dependency bumped to 0.7.13.

Updated Branches:
  refs/heads/master2 a79d2aa08 -> 0a98697e4


2.8.22. Plugman dependency bumped to 0.7.13.


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

Branch: refs/heads/master2
Commit: 0a98697e491f74b4314edd9762757501404714f6
Parents: a79d2aa
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Jun 19 13:29:26 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Jun 19 13:29:26 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/0a98697e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 3760796..4e41ce6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.8.21",
+  "version": "2.8.22",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -26,7 +26,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "plugman":"0.7.11",
+    "plugman":"0.7.13",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0",