diff --git a/package-lock.json b/package-lock.json index 439defa..583ba76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vsm-dictionary-combiner", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e1dcc3..39553f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vsm-dictionary-combiner", - "version": "1.0.4", + "version": "1.0.5", "description": "Implementation of a VSM-dictionary combiner package which merges results from different VSM-dictionaries", "main": "src/DictionaryCombiner.js", "scripts": {