Repository: cordova-plugman Updated Branches: refs/heads/master d19111506 -> b397cf429
CB-11260 Updated version and RELEASENOTES.md for release 1.3.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/6e1a0791 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/6e1a0791 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/6e1a0791 Branch: refs/heads/master Commit: 6e1a0791b5387ee325026362697ff4af24beab30 Parents: d191115 Author: Steve Gill <[email protected]> Authored: Thu May 12 17:42:51 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Thu May 12 17:42:51 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ package.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6e1a0791/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 814cf8a..166493e 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -21,6 +21,9 @@ # Cordova-plugman Release Notes +### 1.3.0 (May 12, 2016) +* CB-9858 added `--fetch` option to plugman + ### 1.2.0 (Mar 17, 2016) * CB-10902 Updated cordova-lib dependency to 6.1.0 http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/6e1a0791/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 908cf91..6254e83 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Andrew Lunny <[email protected]>", "name": "plugman", "description": "install/uninstall Cordova plugins", - "version": "1.3.0-dev", + "version": "1.3.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git" @@ -17,7 +17,7 @@ }, "engineStrict": true, "dependencies": { - "cordova-lib": "6.1.0", + "cordova-lib": "6.2.0", "nopt": "1.0.9", "q": "1.0.1" }, @@ -68,4 +68,4 @@ "name": "Jesse MacFadyen" } ] -} \ No newline at end of file +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
