Repository: cordova-plugman Updated Branches: refs/heads/master 5cb2272a1 -> 7a70a6fef
update versions of self and dependencies after 3.6 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/2e1fe190 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/2e1fe190 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/2e1fe190 Branch: refs/heads/master Commit: 2e1fe1906d76edc5d29aa531e460ecc5d575be61 Parents: 5cb2272 Author: Marcel Kinard <[email protected]> Authored: Tue Sep 23 16:08:52 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Tue Sep 23 16:08:52 2014 -0400 ---------------------------------------------------------------------- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/2e1fe190/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index a26d9e7..5009562 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Lunny <[email protected]>", "name": "plugman", "description": "install/uninstall Cordova plugins", - "version": "0.22.8-dev", + "version": "0.22.10-dev", "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.10", + "cordova-lib": "0.21.13", "nopt": "1.0.x", "underscore":"1.4.4", "q": "~0.9",
