Skip to content

Commit 674e4ea

Browse files
committed
Bump version
1 parent a7ce407 commit 674e4ea

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

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

5656
| Server Version | Supported |
5757
|----------------|-----------|
58+
| Paper 1.21.5 | ✔️ |
5859
| Paper 1.21.4 | ✔️ |
5960
| Paper 1.21.3 | ✔️ |
6061
| Paper 1.21.2 | ✔️ |
@@ -87,7 +88,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8788
<dependency>
8889
<groupId>de.pianoman911</groupId>
8990
<artifactId>mapengine-api</artifactId>
90-
<version>1.8.7</version>
91+
<version>1.8.8</version>
9192
<scope>provided</scope>
9293
</dependency>
9394
</dependencies>
@@ -108,7 +109,7 @@ repositories {
108109
}
109110
110111
dependencies {
111-
compileOnly 'de.pianoman911:mapengine-api:1.8.7'
112+
compileOnly 'de.pianoman911:mapengine-api:1.8.8'
112113
}
113114
```
114115

@@ -125,7 +126,7 @@ repositories {
125126
}
126127

127128
dependencies {
128-
compileOnly("de.pianoman911:mapengine-api:1.8.7")
129+
compileOnly("de.pianoman911:mapengine-api:1.8.8")
129130
}
130131
```
131132

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.7"
16+
version = "1.8.8"
1717

1818
repositories {
1919
maven("https://repo.thejocraft.net/public/")

0 commit comments

Comments
 (0)