From 1656e862dfdced9252847465d87b15734a493477 Mon Sep 17 00:00:00 2001 From: robert-bor Date: Sat, 1 Feb 2014 22:02:29 +0100 Subject: [PATCH] v0.2.0 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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