diff --git a/README.md b/README.md index 1107a84..79bfc8c 100644 --- a/README.md +++ b/README.md @@ -274,7 +274,7 @@ See [bench/README](bench). ## Changes -1.0.0 +1.0.1 - Removed npm dependency on Natural. Certain modules are included in /lib. - Add support for ES6 Promises. - Improved data file reads for up to **5x** performance increase compared to previous version. diff --git a/package.json b/package.json index 810f601..d5d4edd 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "verbs" ], "description": "wordpos is a set of part-of-speech utilities for Node.js using the WordNet database.", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.com/moos/wordpos", "engines": { "node": ">=0.12"