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

[16/23] git commit: 3.0.0rc1-2. Bumped plugman to 0.9.9.

3.0.0rc1-2. Bumped plugman to 0.9.9.


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

Branch: refs/heads/plugman-registry
Commit: b494b376dfa50ec03750db43dbef30aff517c913
Parents: 3dbe6e8
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jul 18 13:20:49 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jul 18 13:20:49 2013 -0700

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


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