Updated Branches: refs/heads/3.0.x 304659197 -> 5fdc7e5fe
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/5fdc7e5f Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/5fdc7e5f Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/5fdc7e5f Branch: refs/heads/3.0.x Commit: 5fdc7e5fef036d7e8b7f9b38023fe2a83c7ab627 Parents: 3046591 Author: Fil Maj <[email protected]> Authored: Thu Jul 18 13:20:49 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Thu Jul 18 13:21:11 2013 -0700 ---------------------------------------------------------------------- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/5fdc7e5f/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",
