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