diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java index c7e1509c0..635f736e7 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/listener/PaperListener113.java @@ -51,7 +51,7 @@ import org.checkerframework.checker.nullness.qual.NonNull; /** * @deprecated P2 effectively no longer supports 1.13 */ -@Deprecated(forRemoval = true, since = "TODO") +@Deprecated(forRemoval = true, since = "6.10.4") public class PaperListener113 extends PaperListener { @Inject diff --git a/Core/src/main/java/com/plotsquared/core/util/PlotFlagUtil.java b/Core/src/main/java/com/plotsquared/core/util/PlotFlagUtil.java index c2eb2d596..d66339336 100644 --- a/Core/src/main/java/com/plotsquared/core/util/PlotFlagUtil.java +++ b/Core/src/main/java/com/plotsquared/core/util/PlotFlagUtil.java @@ -26,7 +26,7 @@ import java.util.Objects; /** * Util class for generic methods relating to plot flags. * - * @since TODO + * @since 6.10.4 */ public final class PlotFlagUtil { @@ -42,7 +42,7 @@ public final class PlotFlagUtil { * @param value boolean value to check flag value against * @param The flag value type * @return true if road flag value matches with road flags enabled - * @since TODO + * @since 6.10.4 */ public static boolean isAreaRoadFlagsAndFlagEquals( PlotArea area, final Class> flagClass, T value diff --git a/build.gradle.kts b/build.gradle.kts index 3348e357f..0ea06ea24 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -19,7 +19,7 @@ plugins { } group = "com.plotsquared" -version = "6.10.4-SNAPSHOT" +version = "6.10.4" subprojects { group = rootProject.group