Skip to content

Commit

Permalink
Release 7.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Feb 12, 2024
1 parent d9537ee commit 7b233c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Core/src/main/java/com/plotsquared/core/plot/PlotArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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("""
Expand Down

0 comments on commit 7b233c9

Please sign in to comment.