File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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
110111dependencies {
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
127128dependencies {
128- compileOnly(" de.pianoman911:mapengine-api:1.8.7 " )
129+ compileOnly(" de.pianoman911:mapengine-api:1.8.8 " )
129130}
130131```
131132
Original file line number Diff line number Diff 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/" )
You can’t perform that action at this time.
0 commit comments