diff --git a/README.md b/README.md index 2dee604e..5b8cb349 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Maven xyz.jpenilla squaremap-api - 1.3.1 + 1.3.2 provided ``` @@ -83,7 +83,7 @@ repositories { } dependencies { - compileOnly("xyz.jpenilla", "squaremap-api", "1.3.1") + compileOnly("xyz.jpenilla", "squaremap-api", "1.3.2") } ``` diff --git a/gradle.properties b/gradle.properties index 9ee87cdc..30c27611 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=xyz.jpenilla -version=1.3.2-SNAPSHOT +version=1.3.2 description=Minimalistic and lightweight world map viewer for Minecraft servers githubUrl=https://github.com/jpenilla/squaremap/