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 01:04:42 UTC

git commit: bumped plugman dep to 0.9.7 and set version to 3.0.0rc1

Updated Branches:
  refs/heads/master 95ef9bb4a -> 9d5860f93


bumped plugman dep to 0.9.7 and set version to 3.0.0rc1


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

Branch: refs/heads/master
Commit: 9d5860f93414722591e8cd60dd76dd70638a5b91
Parents: 95ef9bb
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Jul 16 16:04:38 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Jul 16 16:04:38 2013 -0700

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


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