Skip to content

Commit

Permalink
Bump version to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Apr 21, 2024
1 parent a02be7d commit 58b90cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you still didn't find an answer see documentation section below.
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>KOTL</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -54,7 +54,7 @@ repositories {
```
```gradle
dependencies {
compileOnly 'com.github.Despical:KOTL:2.9.2';
compileOnly 'com.github.Despical:KOTL:2.9.3';
}
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>king-of-the-ladder</artifactId>
<version>2.9.2</version>
<version>2.9.3</version>

<name>King of the Ladder</name>
<inceptionYear>2020</inceptionYear>
Expand Down

0 comments on commit 58b90cf

Please sign in to comment.