diff --git a/README.md b/README.md index f27fbc20..4fb16359 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Maven xyz.jpenilla squaremap-api - 1.1.7 + 1.1.8 provided ``` @@ -82,7 +82,7 @@ repositories { } dependencies { - compileOnly("xyz.jpenilla", "squaremap-api", "1.1.7") + compileOnly("xyz.jpenilla", "squaremap-api", "1.1.8") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 026a60ee..890af9e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,5 +3,5 @@ plugins { } group = "xyz.jpenilla" -version = "1.1.8-SNAPSHOT" +version = "1.1.8" description = "Minimalistic and lightweight world map viewer for Minecraft servers"