Skip to content

Commit 7d9273b

Browse files
committed
[Version] 2.1.0
1 parent f693926 commit 7d9273b

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
3030
<dependency>
3131
<groupId>com.github.siroshun09.configapi</groupId>
3232
<artifactId>bukkit</artifactId>
33-
<version>2.0.1</version>
33+
<version>2.1.0</version>
3434
<scope>compile</scope>
3535
</dependency>
3636
```
@@ -41,7 +41,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
4141
<dependency>
4242
<groupId>com.github.siroshun09.configapi</groupId>
4343
<artifactId>bungee</artifactId>
44-
<version>2.0.1</version>
44+
<version>2.1.0</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
```
@@ -52,7 +52,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/)
5252
<dependency>
5353
<groupId>com.github.siroshun09.configapi</groupId>
5454
<artifactId>common</artifactId>
55-
<version>2.0.1</version>
55+
<version>2.1.0</version>
5656
<scope>compile</scope>
5757
</dependency>
5858
```

bukkit/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>configapi</artifactId>
2323
<groupId>com.github.siroshun09.configapi</groupId>
24-
<version>2.0.1</version>
24+
<version>2.1.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>com.github.siroshun09.configapi</groupId>
4747
<artifactId>common</artifactId>
48-
<version>2.0.1</version>
48+
<version>2.1.0</version>
4949
<scope>compile</scope>
5050
</dependency>
5151
</dependencies>

bungee/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>configapi</artifactId>
2323
<groupId>com.github.siroshun09.configapi</groupId>
24-
<version>2.0.1</version>
24+
<version>2.1.0</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.github.siroshun09.configapi</groupId>
4646
<artifactId>common</artifactId>
47-
<version>2.0.1</version>
47+
<version>2.1.0</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
</dependencies>

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>configapi</artifactId>
2323
<groupId>com.github.siroshun09.configapi</groupId>
24-
<version>2.0.1</version>
24+
<version>2.1.0</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)