diff --git a/package-lock.json b/package-lock.json index c38ff51..72157ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartfuzzy", - "version": "1.1.5", + "version": "1.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartfuzzy", - "version": "1.1.5", + "version": "1.1.6", "license": "MIT", "dependencies": { "@pushrocks/smartpromise": "^3.1.6", diff --git a/package.json b/package.json index 2435d0f..8bfc5d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartfuzzy", - "version": "1.1.5", + "version": "1.1.6", "private": false, "description": "fuzzy match strings against word dictionaries/arrays", "main": "dist_ts/index.js", @@ -39,4 +39,4 @@ "npmextra.json", "readme.md" ] -} \ No newline at end of file +}