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: