Skip to content

Commit 529e36f

Browse files
committed
bumping npm and maven versions for update to latest 'confusables' list from unicode.org
1 parent 8fdced2 commit 529e36f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = "net.codebox"
2-
version = "1.1.1"
2+
version = "1.2.0"
33

44
apply plugin: 'java'
55
apply plugin: 'idea'

node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homoglyph-search",
3-
"version": "1.1.1",
3+
"version": "1.2.0",
44
"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",
55
"main": "index.js",
66
"engines" : {
@@ -21,7 +21,7 @@
2121
"lookalike",
2222
"strings"
2323
],
24-
"author": "Rob Dawson <rob@codebox.org.uk> (http://codebox.org.uk)",
24+
"author": "Rob Dawson <rob@codebox.net> (http://codebox.net)",
2525
"license": "MIT",
2626
"tonicExampleFilename" : "example/example.js",
2727
"bugs": {

0 commit comments

Comments
 (0)