Release 7.3.4

Signed-off-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
Alexander Brandes 2024-02-12 20:24:23 +01:00
parent d9537ee9df
commit 7b233c944a
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
2 changed files with 3 additions and 3 deletions

View File

@ -1455,7 +1455,7 @@ public abstract class PlotArea implements ComponentLike {
/**
* 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 abstract class PlotArea implements ComponentLike {
/**
* 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;

View File

@ -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("""