From e365689391ed63328c939181433b16670bf0ac4b Mon Sep 17 00:00:00 2001 From: robert-bor Date: Tue, 22 Sep 2015 22:27:30 +0200 Subject: [PATCH] v0.3.0 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e93fd3..22fb260 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.2.3 + 0.3.0 ``` diff --git a/pom.xml b/pom.xml index bb0c028..f39e1b7 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.ahocorasick ahocorasick - 0.2.4 + 0.3.0 jar Aho-CoraSick algorithm for efficient string matching Java library for efficient string matching against a large set of keywords