diff --git a/package.json b/package.json index 579aa6f..e1b3d8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leven", - "version": "3.0.0", + "version": "3.1.0", "description": "Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm", "license": "MIT", "repository": "sindresorhus/leven",