Skip to content

Commit 21f9fd0

Browse files
author
Kazuma TAKAOKA
authored
Merge pull request #5 from WorksApplications/release_1_1_0
Bump up the version
2 parents 08a7199 + 00879d2 commit 21f9fd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To compile an application with jdartsclone, declare a dependency on it in maven
2929
<dependency>
3030
<groupId>com.worksap.nlp</groupId>
3131
<artifactId>jdartsclone</artifactId>
32-
<version>1.0.1</version>
32+
<version>1.1.0</version>
3333
</dependency>
3434
```
3535

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.worksap.nlp</groupId>
55
<artifactId>jdartsclone</artifactId>
6-
<version>1.1.0-SNAPSHOT</version>
6+
<version>1.1.0</version>
77
<packaging>jar</packaging>
88
<name>Darts-clone</name>
99

0 commit comments

Comments
 (0)