Skip to content

Commit

Permalink
Merge pull request #5 from WorksApplications/release_1_1_0
Browse files Browse the repository at this point in the history
Bump up the version
  • Loading branch information
kazuma-t authored Apr 19, 2019
2 parents 08a7199 + 00879d2 commit 21f9fd0
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 @@ -29,7 +29,7 @@ To compile an application with jdartsclone, declare a dependency on it in maven
<dependency>
<groupId>com.worksap.nlp</groupId>
<artifactId>jdartsclone</artifactId>
<version>1.0.1</version>
<version>1.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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.worksap.nlp</groupId>
<artifactId>jdartsclone</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>jar</packaging>
<name>Darts-clone</name>

Expand Down

0 comments on commit 21f9fd0

Please sign in to comment.