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