From 7b233c944a1a2643115edb2b0be20ad8d8bc4eb5 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Mon, 12 Feb 2024 20:24:23 +0100 Subject: [PATCH] Release 7.3.4 Signed-off-by: Alexander Brandes --- Core/src/main/java/com/plotsquared/core/plot/PlotArea.java | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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("""