Skip to content

Commit e8376df

Browse files
committed
Bump to 1.4.0
1 parent b9f59c1 commit e8376df

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.xdrop</groupId>
55
<artifactId>fuzzywuzzy-build</artifactId>
6-
<version>1.3.4</version>
6+
<version>1.4.0</version>
77
<name>fuzzywuzzy - build</name>
88
<description>Fuzzy string matching algorithm for Java</description>
99
<inceptionYear>2016</inceptionYear>

package/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>me.xdrop</groupId>
55
<artifactId>fuzzywuzzy</artifactId>
6-
<version>1.3.4</version>
6+
<version>1.4.0</version>
77
<name>fuzzywuzzy</name>
88
<description>Fuzzy string searching implementation of the well-known fuzzywuzzy algorithm in Java</description>
99
<url>https://github.com/xdrop/fuzzywuzzy</url>
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>me.xdrop</groupId>
1414
<artifactId>fuzzywuzzy-build</artifactId>
15-
<version>1.3.4</version>
15+
<version>1.4.0</version>
1616
</dependency>
1717
</dependencies>
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>me.xdrop</groupId>
66
<artifactId>fuzzywuzzy-root</artifactId>
77
<name>fuzzywuzzy - root</name>
8-
<version>1.3.4</version>
8+
<version>1.4.0</version>
99

1010
<packaging>pom</packaging>
1111

0 commit comments

Comments
 (0)