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": {