Skip to content

Commit 871223f

Browse files
committed
release: version 5.0.0-beta.3
1 parent 3636251 commit 871223f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
2121
<dependency>
2222
<groupId>com.github.siroshun09.configapi</groupId>
2323
<artifactId>configapi-core</artifactId>
24-
<version>5.0.0-beta.2</version>
24+
<version>5.0.0-beta.3</version>
2525
<scope>compile</scope>
2626
</dependency>
2727
```
@@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
3232
<dependency>
3333
<groupId>com.github.siroshun09.configapi</groupId>
3434
<artifactId>configapi-format-gson</artifactId>
35-
<version>5.0.0-beta.2</version>
35+
<version>5.0.0-beta.3</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
```
@@ -43,7 +43,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
4343
<dependency>
4444
<groupId>com.github.siroshun09.configapi</groupId>
4545
<artifactId>configapi-format-yaml</artifactId>
46-
<version>5.0.0-beta.2</version>
46+
<version>5.0.0-beta.3</version>
4747
<scope>compile</scope>
4848
</dependency>
4949
```

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ org.gradle.parallel=true
44
org.gradle.java.installations.auto-download=false
55

66
group=com.github.siroshun09.configapi
7-
version=5.0.0-SNAPSHOT
7+
version=5.0.0-beta.3

0 commit comments

Comments
 (0)