diff --git a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java index aeeb1ab02f..839fa79135 100644 --- a/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java +++ b/Core/src/main/java/com/plotsquared/core/plot/PlotArea.java @@ -1455,7 +1455,7 @@ protected void setDefaultHome(BlockLoc defaultHome) { /** * Get the maximum height that changes to plot components (wall filling, air, all etc.) may operate to * - * @since TODO + * @since 7.3.4 */ public int getMaxComponentHeight() { return this.maxBuildHeight; @@ -1464,7 +1464,7 @@ public int getMaxComponentHeight() { /** * Get the minimum height that changes to plot components (wall filling, air, all etc.) may operate to * - * @since TODO + * @since 7.3.4 */ public int getMinComponentHeight() { return this.minBuildHeight; diff --git a/build.gradle.kts b/build.gradle.kts index 54a3cb0c47..fe18e22650 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ plugins { } group = "com.intellectualsites.plotsquared" -version = "7.3.4-SNAPSHOT" +version = "7.3.4" if (!File("$rootDir/.git").exists()) { logger.lifecycle("""