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/17 18:49:48 UTC

[2/2] git commit: 3.0.0rc1-1. bumped plugman dependency to 0.9.8. Fixes [CB-4283]

3.0.0rc1-1. bumped plugman dependency to 0.9.8. Fixes [CB-4283]


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

Branch: refs/heads/3.0.x
Commit: 3046591973b863080a514bae0d1b2911b42a3def
Parents: 98b268b
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Jul 17 09:49:09 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Jul 17 09:49:41 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/30465919/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index ea01245..fb63c9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.0.0rc1",
+  "version": "3.0.0rc1-1",
   "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.7",
+    "plugman":"0.9.8",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0.0",