Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrop committed Jan 18, 2022
1 parent 73404f6 commit e0c5ba2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy-build</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
<name>fuzzywuzzy - build</name>
<description>Fuzzy string matching algorithm for Java</description>
<inceptionYear>2016</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
<name>fuzzywuzzy</name>
<description>Fuzzy string searching implementation of the well-known fuzzywuzzy algorithm in Java</description>
<url>https://github.com/xdrop/fuzzywuzzy</url>
Expand All @@ -12,7 +12,7 @@
<dependency>
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy-build</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>me.xdrop</groupId>
<artifactId>fuzzywuzzy-root</artifactId>
<name>fuzzywuzzy - root</name>
<version>1.3.3</version>
<version>1.3.4</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit e0c5ba2

Please # to comment.