From 73b7e8b8dbe633bd490f661787c799f5eab8266a Mon Sep 17 00:00:00 2001 From: hankcs Date: Thu, 3 Jan 2019 20:11:53 -0500 Subject: [PATCH] Release 1.2.1 close https://github.com/hankcs/AhoCorasickDoubleArrayTrie/issues/23 --- README.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5590ee5..905ee33 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Include this dependency in your POM. Be sure to check for the latest version in com.hankcs aho-corasick-double-array-trie - 1.2.0 + 1.2.1 ``` diff --git a/pom.xml b/pom.xml index 3cdea47..e6a502d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.hankcs aho-corasick-double-array-trie - 1.2.0 + 1.2.1 AhoCorasickDoubleArrayTrie https://github.com/hankcs/AhoCorasickDoubleArrayTrie