diff --git a/README.md b/README.md index a9a2c7f8..ae82575a 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Maven xyz.jpenilla squaremap-api - 1.1.10 + 1.1.11 provided ``` @@ -83,7 +83,7 @@ repositories { } dependencies { - compileOnly("xyz.jpenilla", "squaremap-api", "1.1.10") + compileOnly("xyz.jpenilla", "squaremap-api", "1.1.11") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index a5194130..d8ca3294 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,5 +3,5 @@ plugins { } group = "xyz.jpenilla" -version = "1.1.11-SNAPSHOT" +version = "1.1.11" description = "Minimalistic and lightweight world map viewer for Minecraft servers"