Skip to content

Commit

Permalink
Merge pull request #7 from WorksApplications/release_1_2_0
Browse files Browse the repository at this point in the history
Bump up the version
  • Loading branch information
kazuma-t authored May 7, 2019
2 parents 096fb50 + 4ccd12f commit c6d12f4
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.1.0</version>
<version>1.2.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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>Darts-clone</name>

Expand Down

0 comments on commit c6d12f4

Please sign in to comment.