diff --git a/package.json b/package.json index 7f2fbc636..2f085ff34 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": "0.6.0", + "version": "0.6.1", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git", @@ -12,7 +12,7 @@ }, "dependencies": { "afinn-165": "^1.0.2", - "apparatus": "^0.0.9", + "apparatus": "^0.0.10", "json-stable-stringify": "^1.0.1", "sylvester": "^0.0.12", "underscore": "^1.3.1"