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