From d45c2ee158fbfc2d68924d5af6cd1b237a07082a Mon Sep 17 00:00:00 2001 From: robert-bor Date: Mon, 15 May 2017 20:57:45 +0200 Subject: [PATCH] v0.4.0 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 221f2ee..5142f4c 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Include this dependency in your POM. Be sure to check for the latest version in org.ahocorasick ahocorasick - 0.3.1 + 0.4.0 ``` diff --git a/pom.xml b/pom.xml index d103c23..ff75d41 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.ahocorasick ahocorasick - 0.3.2-SNAPSHOT + 0.4.0 jar Aho-CoraSick algorithm for efficient string matching Java library for efficient string matching against a large set of keywords