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/20 18:29:23 UTC

[4/4] git commit: 2.8.24. Fixes [CB-3943] by bumping up plugman required version.

2.8.24. Fixes [CB-3943] by bumping up plugman required version.


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

Branch: refs/heads/2.9.x
Commit: d8141ec889e5436649801f98469f31f37a40c26c
Parents: d3ead40
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jun 20 09:28:04 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 20 09:29:06 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d8141ec8/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 2843913..abdec68 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "2.8.23",
+  "version": "2.8.24",
   "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.13",
+    "plugman":"0.7.14",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0",