Skip to content

Commit

Permalink
1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
凌建发 committed Jan 1, 2021
1 parent b7380ee commit fd87208
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
28 changes: 0 additions & 28 deletions get/del.py

This file was deleted.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ function show_words(words, a1, a2) {
console.log(res);
}

P.version("h2dict 1.4.0 https://github.com/lingjf/h2dict.git")
P.version("h2dict 1.5.0 https://github.com/lingjf/h2dict.git")
.option("-e, --levenshtein_fuzzy", "Fuzzy search with Levenshtein Edit Distance")
.option("-v, --sublimetext_fuzzy", "Fuzzy search with Sublime Vector Matching")
.parse(process.argv);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h2dict",
"version": "1.4.0",
"version": "1.5.0",
"repository": "http://registry.npmjs.org/h2dict",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit fd87208

Please sign in to comment.