diff --git a/README.md b/README.md index c3db9e1..c8bd11b 100644 --- a/README.md +++ b/README.md @@ -114,16 +114,19 @@ History * Revised license information to provide a SPDX 2.0 license identifier in-line with npm v2.1 guidelines on license metadata - see also https://github.com/npm/npm/releases/tag/v2.10.0 -* 20150106, V0.1.1 +* 20160106, V0.1.1 * Added hidden option for gulp integration * Added example file * Corrected license info as part of package descriptor -* 20150116, V0.1.2 +* 20160116, V0.1.2 * Changed line endings to LF for command wrapper on published files to resolve issue #2 for OS X users, thanks @swashcap and @uglow * Added travis build descriptor +* 20160311, V0.1.3 + * Updated dependencies + Todo ---- diff --git a/package.json b/package.json index af4cd2d..62c18e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-license-crawler", - "version": "0.1.2", + "version": "0.1.3", "homepage": "https://github.com/mwittig/npm-license-crawler", "description": "Analyzes license information for multiple node.js modules (package.json files) as part of your software project.", "main": "./lib/index.js",