diff --git a/package.json b/package.json index 92615c4..42fa53e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leven", - "version": "1.0.1", + "version": "1.0.2", "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm", "license": "MIT", "repository": "sindresorhus/leven",