File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
21
21
<dependency >
22
22
<groupId >com.github.siroshun09.configapi</groupId >
23
23
<artifactId >configapi-core</artifactId >
24
- <version >5.0.0-beta.2 </version >
24
+ <version >5.0.0-beta.3 </version >
25
25
<scope >compile</scope >
26
26
</dependency >
27
27
```
@@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
32
32
<dependency >
33
33
<groupId >com.github.siroshun09.configapi</groupId >
34
34
<artifactId >configapi-format-gson</artifactId >
35
- <version >5.0.0-beta.2 </version >
35
+ <version >5.0.0-beta.3 </version >
36
36
<scope >compile</scope >
37
37
</dependency >
38
38
```
@@ -43,7 +43,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
43
43
<dependency >
44
44
<groupId >com.github.siroshun09.configapi</groupId >
45
45
<artifactId >configapi-format-yaml</artifactId >
46
- <version >5.0.0-beta.2 </version >
46
+ <version >5.0.0-beta.3 </version >
47
47
<scope >compile</scope >
48
48
</dependency >
49
49
```
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ org.gradle.parallel=true
4
4
org.gradle.java.installations.auto-download =false
5
5
6
6
group =com.github.siroshun09.configapi
7
- version =5.0.0-SNAPSHOT
7
+ version =5.0.0-beta.3
You can’t perform that action at this time.
0 commit comments