From 529e36fd253f2085de25bf83627c9c42c93748ef Mon Sep 17 00:00:00 2001 From: rob Date: Sun, 26 Jan 2020 11:18:01 +0000 Subject: [PATCH] bumping npm and maven versions for update to latest 'confusables' list from unicode.org --- build.gradle | 2 +- node/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index a53ca33..9b5c2a5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ group = "net.codebox" -version = "1.1.1" +version = "1.2.0" apply plugin: 'java' apply plugin: 'idea' diff --git a/node/package.json b/node/package.json index 74a20b6..1391258 100644 --- a/node/package.json +++ b/node/package.json @@ -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" : { @@ -21,7 +21,7 @@ "lookalike", "strings" ], - "author": "Rob Dawson (http://codebox.org.uk)", + "author": "Rob Dawson (http://codebox.net)", "license": "MIT", "tonicExampleFilename" : "example/example.js", "bugs": {