Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Apr 15, 2024
1 parent 599183b commit e86ea48
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.8.9</version>
<version>2.9.0</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -54,7 +54,7 @@ repositories {
```
```gradle
dependencies {
compileOnly 'com.github.Despical:KOTL:2.8.9';
compileOnly 'com.github.Despical:KOTL:2.9.0';
}
```
</details>
Expand Down
4 changes: 2 additions & 2 deletions 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.8.9</version>
<version>2.9.0</version>

<name>King of the Ladder</name>
<inceptionYear>2020</inceptionYear>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>Commons</artifactId>
<version>1.7.2</version>
<version>1.7.3</version>
</dependency>
<dependency>
<groupId>com.github.Despical</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Inventory-Manager:
# Usable attributes:
# game-mode, hunger, exp, level
# health, max-health, health-scale
# saturation, allow flight, fire-ticks
# saturation, allow-flight, fire-ticks
Do-Not-Restore:
- "max-health"
- "health-scale"
Expand Down

0 comments on commit e86ea48

Please sign in to comment.