From a4fcfe8f20aacbb0d45c218f37390705f5890dd1 Mon Sep 17 00:00:00 2001 From: robert-bor Date: Sat, 8 Feb 2014 13:24:36 +0100 Subject: [PATCH] Updated README for v0.2.1 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf27b6b..7668d3a 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.0 + 0.2.1 ``` diff --git a/pom.xml b/pom.xml index 26bb2c9..a9456f9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.ahocorasick ahocorasick - 0.2.1 + 0.3.0-SNAPSHOT jar Aho-CoraSick algorithm for efficient string matching Java library for efficient string matching against a large set of keywords