diff --git a/README.md b/README.md index 704b70e..4877e56 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ A hosted version of the javadoc can be found [here](https://mapengine.finndohrma de.pianoman911 mapengine-api - 1.8.5 + 1.8.6 provided @@ -108,7 +108,7 @@ repositories { } dependencies { - compileOnly 'de.pianoman911:mapengine-api:1.8.5' + compileOnly 'de.pianoman911:mapengine-api:1.8.6' } ``` @@ -125,7 +125,7 @@ repositories { } dependencies { - compileOnly("de.pianoman911:mapengine-api:1.8.5") + compileOnly("de.pianoman911:mapengine-api:1.8.6") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 06ee77c..13bd505 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ allprojects { apply(plugin = "maven-publish") group = "de.pianoman911" - version = "1.8.5" + version = "1.8.6" repositories { maven("https://repo.thejocraft.net/public/")