Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
crew102 committed May 24, 2018
1 parent a9b76a0 commit 714c0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Assuming you are using Maven, follow these two steps to use `rakidrake` in your
<dependency>
<groupId>io.github.crew102</groupId>
<artifactId>rapidrake</artifactId>
<version>0.1.0</version>
<version>0.1.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packaging>jar</packaging>
<artifactId>rapidrake</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
<version>0.1.0</version>
<version>0.1.3</version>
<description>A fast version of the Rapid Automatic Keyword Extraction (RAKE) algorithm</description>
<url>https://github.com/crew102/rapidrake-java</url>

Expand Down

0 comments on commit 714c0c6

Please sign in to comment.