diff --git a/README.md b/README.md index d82839a..cf27b6b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Include this dependency in your POM. Be sure to check for the latest version in org.ahocorasick ahocorasick - 0.1.0 + 0.2.0 ``` diff --git a/pom.xml b/pom.xml index f8ab0bf..b1ae7cc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.ahocorasick ahocorasick - 0.2.0-SNAPSHOT + 0.2.0 jar Aho-CoraSick algorithm for efficient string matching Java library for efficient string matching against a large set of keywords