File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,9 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
5555
5656| Server Version | Supported |
5757| ----------------| -----------|
58- | Paper 1.21.1 | ✔️ |
58+ | Paper 1.21.3 | ✔️ |
59+ | Paper 1.21.2 | ✔️ |
60+ | Paper 1.21.1 | ✔️ |
5961| Paper 1.21 | ✔️ |
6062| Paper 1.20.x | ✔️ |
6163| Paper 1.19.4 | ✔️ |
@@ -84,7 +86,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma
8486 <dependency >
8587 <groupId >de.pianoman911</groupId >
8688 <artifactId >mapengine-api</artifactId >
87- <version >1.8.2 </version >
89+ <version >1.8.3 </version >
8890 <scope >provided</scope >
8991 </dependency >
9092</dependencies >
@@ -105,7 +107,7 @@ repositories {
105107}
106108
107109dependencies {
108- compileOnly 'de.pianoman911:mapengine-api:1.8.2 '
110+ compileOnly 'de.pianoman911:mapengine-api:1.8.3 '
109111}
110112```
111113
@@ -122,7 +124,7 @@ repositories {
122124}
123125
124126dependencies {
125- compileOnly(" de.pianoman911:mapengine-api:1.8.2 " )
127+ compileOnly(" de.pianoman911:mapengine-api:1.8.3 " )
126128}
127129```
128130
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.2 "
16+ version = " 1.8.3 "
1717
1818 repositories {
1919 maven(" https://repo.thejocraft.net/public/" )
You can’t perform that action at this time.
0 commit comments