diff --git a/README.md b/README.md index 51ed5b2..8c745cf 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma | Server Version | Supported | |----------------|-----------| +| Paper 1.21.1 | ✔️ | | Paper 1.21 | ✔️ | | Paper 1.20.x | ✔️ | | Paper 1.19.4 | ✔️ | @@ -83,7 +84,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma de.pianoman911 mapengine-api - 1.8.1 + 1.8.2 provided @@ -104,7 +105,7 @@ repositories { } dependencies { - compileOnly 'de.pianoman911:mapengine-api:1.8.1' + compileOnly 'de.pianoman911:mapengine-api:1.8.2' } ``` @@ -121,7 +122,7 @@ repositories { } dependencies { - compileOnly("de.pianoman911:mapengine-api:1.8.1") + compileOnly("de.pianoman911:mapengine-api:1.8.2") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 4c61275..4052791 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ allprojects { apply(plugin = "maven-publish") group = "de.pianoman911" - version = "1.8.1" + version = "1.8.2" repositories { maven("https://repo.papermc.io/repository/maven-public/")