Skip to content

Commit

Permalink
chore: update versions in readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed Nov 15, 2023
1 parent 311ae94 commit a3f9d9c
Showing 1 changed file with 3 additions and 3 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-alpha.1</version>
<version>5.0.0-alpha.2</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-alpha.1</version>
<version>5.0.0-alpha.2</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-alpha.1</version>
<version>5.0.0-alpha.2</version>
<scope>compile</scope>
</dependency>
```
Expand Down

0 comments on commit a3f9d9c

Please sign in to comment.