You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/05/13 00:54:47 UTC

git commit: CB-6586: updated version to 0.22.2, cordova-lib dep needed an update

Repository: cordova-plugman
Updated Branches:
  refs/heads/master 93f11b972 -> 826461445


CB-6586: updated version to 0.22.2, cordova-lib dep needed an update


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

Branch: refs/heads/master
Commit: 8264614455fe0e5e2e71435b8eef5f97dc3b076e
Parents: 93f11b9
Author: Steven Gill <st...@gmail.com>
Authored: Mon May 12 15:54:08 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon May 12 15:54:08 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/82646144/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index d4182e2..c194fe6 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <al...@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.22.1",
+  "version": "0.22.2",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict":true,
   "dependencies": {
-    "cordova-lib" : "0.21.2",
+    "cordova-lib" : "0.21.3",
     "nopt": "1.0.x",
     "underscore":"1.4.4",
     "q": "~0.9",