diff --git a/package-lock.json b/package-lock.json index 2d498e95..14c39b95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "natural", - "version": "7.0.1", + "version": "7.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "natural", - "version": "7.0.1", + "version": "7.0.2", "license": "MIT", "dependencies": { "@types/jasmine": "^5.1.4", diff --git a/package.json b/package.json index cefa63bd..2f75d1af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "natural", "description": "General natural language (tokenizing, stemming (English, Russian, Spanish), part-of-speech tagging, sentiment analysis, classification, inflection, phonetics, tfidf, WordNet, jaro-winkler, Levenshtein distance, Dice's Coefficient) facilities for node.", - "version": "7.0.1", + "version": "7.0.2", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",