From 583924b43eb89e724e289e932b2962308d567275 Mon Sep 17 00:00:00 2001 From: "Hugo W.L. ter Doest" Date: Wed, 17 Feb 2021 09:14:09 +0100 Subject: [PATCH] 3.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 68d19dcb6..aa6ed978c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "natural", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5ba039452..3684624ea 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": "3.0.2", + "version": "3.0.3", "homepage": "https://github.com/NaturalNode/natural", "repository": { "type": "git",