Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit b7ea52e

Browse files
committed
bump up package version
1 parent 24b3fb1 commit b7ea52e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-similarity",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Finds degree of similarity between strings, based on Dice's Coefficient, which is mostly better than Levenshtein distance.",
55
"main": "compare-strings.js",
66
"scripts": {

0 commit comments

Comments
 (0)