From 13b659b155a2ac23cf876e1a65f2ca964de1814a Mon Sep 17 00:00:00 2001 From: Jason <11360596+jpenilla@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:52:36 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d717258a..f527592f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Maven xyz.jpenilla squaremap-api - 1.1.1 + 1.1.2 provided ``` @@ -82,7 +82,7 @@ repositories { } dependencies { - compileOnly("xyz.jpenilla", "squaremap-api", "1.1.1") + compileOnly("xyz.jpenilla", "squaremap-api", "1.1.2") } ```