diff --git a/package-lock.json b/package-lock.json index d9618f1..c9bc55b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fuzzball", - "version": "1.2.2", + "version": "1.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 33d7a07..6a46e45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuzzball", - "version": "1.2.2", + "version": "1.3.0", "description": "Fuzzy string matching algorithms and utilities, port of the fuzzywuzzy Python library.", "main": "fuzzball.js", "types": "fuzzball.d.ts",