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:55 UTC

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

Updated Branches:
  refs/heads/master 80ba87c70 -> 3dbe6e8ad


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/3dbe6e8a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3dbe6e8a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3dbe6e8a

Branch: refs/heads/master
Commit: 3dbe6e8adf490df7eb7e7770f275ca8ad274b61b
Parents: 80ba87c
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:09 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3dbe6e8a/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",