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.1 | ✔️ |
5859| Paper 1.21 | ✔️ |
5960| Paper 1.20.x | ✔️ |
6061| Paper 1.19.4 | ✔️ |
@@ -83,7 +84,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8384 <dependency >
8485 <groupId >de.pianoman911</groupId >
8586 <artifactId >mapengine-api</artifactId >
86- <version >1.8.1 </version >
87+ <version >1.8.2 </version >
8788 <scope >provided</scope >
8889 </dependency >
8990</dependencies >
@@ -104,7 +105,7 @@ repositories {
104105}
105106
106107dependencies {
107- compileOnly 'de.pianoman911:mapengine-api:1.8.1 '
108+ compileOnly 'de.pianoman911:mapengine-api:1.8.2 '
108109}
109110```
110111
@@ -121,7 +122,7 @@ repositories {
121122}
122123
123124dependencies {
124- compileOnly(" de.pianoman911:mapengine-api:1.8.1 " )
125+ compileOnly(" de.pianoman911:mapengine-api:1.8.2 " )
125126}
126127```
127128
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.1 "
16+ version = " 1.8.2 "
1717
1818 repositories {
1919 maven(" https://repo.papermc.io/repository/maven-public/" )
You can’t perform that action at this time.
0 commit comments