Updated README for v0.2.1

This commit is contained in:
robert-bor 2014-02-08 13:24:36 +01:00
parent 4bd568836f
commit a4fcfe8f20
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Include this dependency in your POM. Be sure to check for the latest version in
<dependency> <dependency>
<groupId>org.ahocorasick</groupId> <groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId> <artifactId>ahocorasick</artifactId>
<version>0.2.0</version> <version>0.2.1</version>
</dependency> </dependency>
``` ```

View File

@ -3,7 +3,7 @@
<groupId>org.ahocorasick</groupId> <groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId> <artifactId>ahocorasick</artifactId>
<version>0.2.1</version> <version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Aho-CoraSick algorithm for efficient string matching</name> <name>Aho-CoraSick algorithm for efficient string matching</name>
<description>Java library for efficient string matching against a large set of keywords</description> <description>Java library for efficient string matching against a large set of keywords</description>