Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Commit a573096

Browse files
committed
Release 1.0.3
Releasing 1.0.3 with pr #7 merged that made the RunnableExample runnable.
1 parent dff2491 commit a573096

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then, treat it as any other dependency.
2323
<dependency>
2424
<groupId>com.github.ptnplanet</groupId>
2525
<artifactId>java-naive-bayes-classifier</artifactId>
26-
<version>1.0.2</version>
26+
<version>1.0.3</version>
2727
</dependency>
2828
```
2929

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.ptnplanet</groupId>
88
<artifactId>java-naive-bayes-classifier</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010

1111
<dependencies>
1212
<dependency>

0 commit comments

Comments
 (0)