Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jun 20, 2024
1 parent 79fb695 commit e0e32c0
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 @@ -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.7</version>
<version>2.9.8</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -54,7 +54,7 @@ repositories {
```
```gradle
dependencies {
compileOnly 'com.github.Despical:KOTL:2.9.7';
compileOnly 'com.github.Despical:KOTL:2.9.8';
}
```
</details>
Expand Down

0 comments on commit e0e32c0

Please sign in to comment.