diff --git a/package.json b/package.json index 8d9d5a6..5c105e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stopword", - "version": "0.3.4", + "version": "0.3.5", "description": "A module for node.js and the browser that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 32 languages and also takes lists with custom stopwords as input.", "main": "lib/stopword.js", "scripts": {