Skip to content

Commit bcec24b

Browse files
committed
bumping versions
1 parent 930339d commit bcec24b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Include the Homoglyph library in your project by downloading it from Maven Centr
88
<dependency>
99
<groupId>net.codebox</groupId>
1010
<artifactId>homoglyph</artifactId>
11-
<version>1.1.0</version>
11+
<version>1.1.1</version>
1212
</dependency>
1313
```
1414

build.gradle

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

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

node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "homoglyph-search",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
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" : {

0 commit comments

Comments
 (0)