CB-13380 Incremented package version to -dev
Project: http://git-wip-us.apache.org/repos/asf/cordova-fetch/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-fetch/commit/4c27340a Tree: http://git-wip-us.apache.org/repos/asf/cordova-fetch/tree/4c27340a Diff: http://git-wip-us.apache.org/repos/asf/cordova-fetch/diff/4c27340a Branch: refs/heads/master Commit: 4c27340a8ff75ea321c5729b276d8a15752f6117 Parents: 522ed65 Author: Steve Gill <[email protected]> Authored: Fri Oct 6 15:28:29 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Oct 6 15:28:29 2017 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/4c27340a/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 6799c88..8ddc65a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -22,7 +22,7 @@ ### 1.2.0 (Oct 04, 2017) * [CB-13353](https://issues.apache.org/jira/browse/CB-13353) added `saveexact` as an option and updated fetch test -* CB-13308, [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore +* [CB-13308](https://issues.apache.org/jira/browse/CB-13308), [CB-13252](https://issues.apache.org/jira/browse/CB-13252) fix issue with plugins turning into symlinks on restore * [CB-13303](https://issues.apache.org/jira/browse/CB-13303) setting production flag to true by default during npm install * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setting up `eslint` and removing `jshint` * [CB-13010](https://issues.apache.org/jira/browse/CB-13010) Improve logic for searching packages which being installed from `git url` http://git-wip-us.apache.org/repos/asf/cordova-fetch/blob/4c27340a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index d28a8aa..4f3f92b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-fetch", - "version": "1.2.0", + "version": "1.2.1-dev", "description": "Apache Cordova fetch module. Fetches from git and npm.", "main": "index.js", "repository": { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
