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") } ```