You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2013/07/25 01:07:40 UTC

[20/23] git commit: 3.0.0rc1-3. plugman dep bumped to 0.9.10.

3.0.0rc1-3. plugman dep bumped to 0.9.10.


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

Branch: refs/heads/plugman-registry
Commit: fcc5307ed33a62d3d27d2c93ded1db7792b20a21
Parents: 17f6b52
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jul 18 13:47:34 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 18 13:47:34 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/fcc5307e/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c1d4d8d..2c8fd44 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.0.0rc1-2",
+  "version": "3.0.0rc1-3",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -30,7 +30,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "plugman":"0.9.9",
+    "plugman":"0.9.10",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0.0",