Skip to content

Commit 714c0c6

Browse files
committed
bump version
1 parent a9b76a0 commit 714c0c6

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
@@ -17,7 +17,7 @@ Assuming you are using Maven, follow these two steps to use `rakidrake` in your
1717
<dependency>
1818
<groupId>io.github.crew102</groupId>
1919
<artifactId>rapidrake</artifactId>
20-
<version>0.1.0</version>
20+
<version>0.1.3</version>
2121
</dependency>
2222
```
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<packaging>jar</packaging>
77
<artifactId>rapidrake</artifactId>
88
<name>${project.groupId}:${project.artifactId}</name>
9-
<version>0.1.0</version>
9+
<version>0.1.3</version>
1010
<description>A fast version of the Rapid Automatic Keyword Extraction (RAKE) algorithm</description>
1111
<url>https://github.com/crew102/rapidrake-java</url>
1212

0 commit comments

Comments
 (0)