Skip to content

Commit bf72f71

Browse files
committed
Bump version
1 parent cb15cfb commit bf72f71

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
5555

5656
| Server Version | Supported |
5757
|----------------|-----------|
58+
| Paper 1.21.9 | ✔️ |
59+
| Paper 1.21.8 | ✔️ |
5860
| Paper 1.21.7 | ✔️ |
5961
| Paper 1.21.6 | ✔️ |
6062
| Paper 1.21.5 | ✔️ |
@@ -90,7 +92,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
9092
<dependency>
9193
<groupId>de.pianoman911</groupId>
9294
<artifactId>mapengine-api</artifactId>
93-
<version>1.8.9</version>
95+
<version>1.8.10</version>
9496
<scope>provided</scope>
9597
</dependency>
9698
</dependencies>
@@ -111,7 +113,7 @@ repositories {
111113
}
112114
113115
dependencies {
114-
compileOnly 'de.pianoman911:mapengine-api:1.8.9'
116+
compileOnly 'de.pianoman911:mapengine-api:1.8.10'
115117
}
116118
```
117119

@@ -128,7 +130,7 @@ repositories {
128130
}
129131

130132
dependencies {
131-
compileOnly("de.pianoman911:mapengine-api:1.8.9")
133+
compileOnly("de.pianoman911:mapengine-api:1.8.10")
132134
}
133135
```
134136

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ allprojects {
1313
apply(plugin = "maven-publish")
1414

1515
group = "de.pianoman911"
16-
version = "1.8.9"
16+
version = "1.8.10"
1717

1818
repositories {
1919
maven("https://repo.minceraft.dev/public/")

0 commit comments

Comments
 (0)