diff --git a/README.md b/README.md index 5de05d8f..2ff9a5d6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Maven xyz.jpenilla squaremap-api - 1.2.5 + 1.2.6 provided ``` @@ -83,7 +83,7 @@ repositories { } dependencies { - compileOnly("xyz.jpenilla", "squaremap-api", "1.2.5") + compileOnly("xyz.jpenilla", "squaremap-api", "1.2.6") } ``` diff --git a/gradle.properties b/gradle.properties index 90dd23f9..f4030a68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=xyz.jpenilla -version=1.2.6-SNAPSHOT +version=1.2.6 description=Minimalistic and lightweight world map viewer for Minecraft servers githubUrl=https://github.com/jpenilla/squaremap/