Skip to content

Commit

Permalink
Release 1.2.1 close #23
Browse files Browse the repository at this point in the history
  • Loading branch information
hankcs committed Jan 4, 2019
1 parent e9864ba commit 73b7e8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Include this dependency in your POM. Be sure to check for the latest version in
<dependency>
<groupId>com.hankcs</groupId>
<artifactId>aho-corasick-double-array-trie</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.hankcs</groupId>
<artifactId>aho-corasick-double-array-trie</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>

<name>AhoCorasickDoubleArrayTrie</name>
<url>https://github.com/hankcs/AhoCorasickDoubleArrayTrie</url>
Expand Down

0 comments on commit 73b7e8b

Please sign in to comment.