From c107151ba47f78d02c8368269723c766162697b7 Mon Sep 17 00:00:00 2001 From: Hugo ter Doest Date: Wed, 24 Mar 2021 16:12:44 +0100 Subject: [PATCH] 4.0.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4a4e5c63c..87702c53a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "natural", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 045ed002f..12c5da258 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": "4.0.2", + "version": "4.0.3", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",