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