From 915ec0967d139010aad9ac6534934567f0ce8554 Mon Sep 17 00:00:00 2001 From: Jason Penilla <11360596+jpenilla@users.noreply.github.com> Date: Sat, 9 Dec 2023 12:45:34 -0700 Subject: [PATCH] release: Version 1.2.3 --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 203f76c4..60410d13 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Maven xyz.jpenilla squaremap-api - 1.2.2 + 1.2.3 provided ``` @@ -83,7 +83,7 @@ repositories { } dependencies { - compileOnly("xyz.jpenilla", "squaremap-api", "1.2.2") + compileOnly("xyz.jpenilla", "squaremap-api", "1.2.3") } ``` diff --git a/gradle.properties b/gradle.properties index 036e5b15..c5376d33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=xyz.jpenilla -version=1.2.3-SNAPSHOT +version=1.2.3 description=Minimalistic and lightweight world map viewer for Minecraft servers githubUrl=https://github.com/jpenilla/squaremap/