Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
crew102 committed Jan 4, 2018
1 parent 2a132f8 commit 5a7bdb7
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 @@ -16,7 +16,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.0.1</version>
<version>0.1.0</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.0.1-SNAPSHOT</version>
<version>0.1.0</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 5a7bdb7

Please sign in to comment.