Skip to content

Commit 9b16535

Browse files
committed
Upgrade to 0.4
1 parent ae0113e commit 9b16535

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ JFastText is ideal for building fast text classifiers in Java.
1616
<dependency>
1717
<groupId>com.github.vinhkhuc</groupId>
1818
<artifactId>jfasttext</artifactId>
19-
<version>0.3</version>
19+
<version>0.4</version>
2020
</dependency>
2121
```
2222
The Jar package on Maven Central is bundled with precompiled fastText library for Windows, Linux and

examples/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>com.github.vinhkhuc</groupId>
1414
<artifactId>jfasttext</artifactId>
15-
<version>0.3</version>
15+
<version>0.4</version>
1616
</dependency>
1717
</dependencies>
1818
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.vinhkhuc</groupId>
88
<artifactId>jfasttext</artifactId>
9-
<version>0.4-SNAPSHOT</version>
9+
<version>0.4</version>
1010
<name>Java interface for fastText</name>
1111
<description>
1212
JFastText is a Java interface for fastText, a library for efficient learning of

0 commit comments

Comments
 (0)