From a19dddf1739b089e621551df8dd072a6f1daa6ce Mon Sep 17 00:00:00 2001 From: JohnnyJayJay Date: Mon, 24 Aug 2020 10:59:25 +0200 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7238776..5b295cd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Then add `example-plugin-1.0-TEST.jar` (found in `build/libs`) to your plugins f com.github.johnnyjayjay spigot-maps - 2.1 + 2.1.1 ``` @@ -49,7 +49,7 @@ repositories { } dependencies { - implementation("com.github.johnnyjayjay:spigot-maps:2.1") + implementation("com.github.johnnyjayjay:spigot-maps:2.1.1") } ```