Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical authored Jul 26, 2022
1 parent ddf1faf commit 2e28cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To add this project as a dependency to your project, add the following to your p
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>KOTL</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -51,7 +51,7 @@ repositories {
```
```
dependencies {
compileOnly group: "com.github.Despical", name: "KOTL", version: "2.3.0;
compileOnly group: "com.github.Despical", name: "KOTL", version: "2.3.1;
}
```

Expand Down

0 comments on commit 2e28cc2

Please sign in to comment.