diff --git a/gradle.properties b/gradle.properties index 8b633bdc344..80e986f1ef1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true groupid=ch.njol name=skript -version=2.9.0-pre2 +version=2.9.0 jarName=Skript.jar testEnv=java21/paper-1.21.0 testEnvJavaVersion=21 diff --git a/src/main/java/ch/njol/skript/effects/EffBroadcast.java b/src/main/java/ch/njol/skript/effects/EffBroadcast.java index fd6ef3ff245..373565bfe6d 100644 --- a/src/main/java/ch/njol/skript/effects/EffBroadcast.java +++ b/src/main/java/ch/njol/skript/effects/EffBroadcast.java @@ -86,7 +86,7 @@ public boolean init(Expression[] exprs, int matchedPattern, Kleenean isDelaye } /** - * This effect will call {@link BroadcastMessageEvent} as of INSERT_VERSION. + * This effect will call {@link BroadcastMessageEvent} as of 2.9.0. */ @Override @SuppressWarnings("deprecation") diff --git a/src/main/java/ch/njol/skript/expressions/ExprInput.java b/src/main/java/ch/njol/skript/expressions/ExprInput.java index 334fc79cd93..c04df548244 100644 --- a/src/main/java/ch/njol/skript/expressions/ExprInput.java +++ b/src/main/java/ch/njol/skript/expressions/ExprInput.java @@ -53,7 +53,7 @@ "send \"congrats on being staff!\" to all players where [input has permission \"staff\"]", "sort {_list::*} based on length of input index" }) -@Since("2.2-dev36, INSERT_VERSION (input index)") +@Since("2.2-dev36, 2.9.0 (input index)") public class ExprInput extends SimpleExpression { static {