diff --git a/package-lock.json b/package-lock.json index 296f3d9a7..be1292466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "natural", - "version": "2.4.5", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b3248ef39..4fdae5961 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": "2.4.5", + "version": "3.0.0", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",