From 516347132fe72e45f6cf2413c54b0b1dbb1c1e9f Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sat, 1 Feb 2020 23:01:38 +0100 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index dcbead9..c6f11ae 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -68,7 +68,7 @@ If you need to access the bukkit module of PlotSquared, you need to add `PlotSqu com.github.intellectualsites.plotsquared PlotSquared-API - 4.400 + 4.453 ``` ## Bukkit: Gradle 1.13+ @@ -83,7 +83,7 @@ repositories { // PlotSquared API dependencies { - "implementation"("com.github.intellectualsites.plotsquared:PlotSquared-API:4.400") + "implementation"("com.github.intellectualsites.plotsquared:PlotSquared-API:4.453") } ``` You can compile PlotSquared with Gradle, which is included with this repository: