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/29 03:06:43 UTC

git commit: updating plugman version and bumping version

Updated Branches:
  refs/heads/master afb5898c3 -> 628f97292


updating plugman version and bumping version


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

Branch: refs/heads/master
Commit: 628f97292fbc7f0d935623e13e9873aa979c7e99
Parents: afb5898
Author: Anis Kadri <an...@apache.org>
Authored: Sun Jul 28 18:06:39 2013 -0700
Committer: Anis Kadri <an...@apache.org>
Committed: Sun Jul 28 18:06:39 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/628f9729/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 59aa310..3baa0fb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.0.2",
+  "version": "3.0.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.21",
+    "plugman":"0.9.22",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0.0",