Skip to content

Commit

Permalink
release: version 5.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Mar 16, 2024
1 parent 3636251 commit 871223f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-core</artifactId>
<version>5.0.0-beta.2</version>
<version>5.0.0-beta.3</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -32,7 +32,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-format-gson</artifactId>
<version>5.0.0-beta.2</version>
<version>5.0.0-beta.3</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -43,7 +43,7 @@ Javadoc is [here](https://siroshun09.github.io/ConfigAPI/latest)
<dependency>
<groupId>com.github.siroshun09.configapi</groupId>
<artifactId>configapi-format-yaml</artifactId>
<version>5.0.0-beta.2</version>
<version>5.0.0-beta.3</version>
<scope>compile</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ org.gradle.parallel=true
org.gradle.java.installations.auto-download=false

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

0 comments on commit 871223f

Please sign in to comment.