From 9767bc0f84a710969d4764d10857ee0f412c797d Mon Sep 17 00:00:00 2001 From: "Hugo W.L. ter Doest" Date: Mon, 2 Jan 2023 14:59:33 +0100 Subject: [PATCH] Version 6.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c1f9ec38..8ec81507e 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": "6.2.0", + "version": "6.1.0", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",