Skip to content

Commit

Permalink
bumping npm and maven versions for update to latest 'confusables' lis…
Browse files Browse the repository at this point in the history
…t from unicode.org
  • Loading branch information
codebox committed Jan 26, 2020
1 parent 8fdced2 commit 529e36f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "net.codebox"
version = "1.1.1"
version = "1.2.0"

apply plugin: 'java'
apply plugin: 'idea'
Expand Down
4 changes: 2 additions & 2 deletions node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homoglyph-search",
"version": "1.1.1",
"version": "1.2.0",
"description": "A homoglyph-aware text search utility, allows you to search a string for a given word even if that word has been disguised using homoglyph characters",
"main": "index.js",
"engines" : {
Expand All @@ -21,7 +21,7 @@
"lookalike",
"strings"
],
"author": "Rob Dawson <rob@codebox.org.uk> (http://codebox.org.uk)",
"author": "Rob Dawson <rob@codebox.net> (http://codebox.net)",
"license": "MIT",
"tonicExampleFilename" : "example/example.js",
"bugs": {
Expand Down

0 comments on commit 529e36f

Please sign in to comment.