Skip to content

Commit

Permalink
Prepare For Release (2.9.0) (#6903)
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus authored Jul 15, 2024
1 parent db337a6 commit 0e10975
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/effects/EffBroadcast.java
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/expressions/ExprInput.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<T> extends SimpleExpression<T> {

static {
Expand Down

0 comments on commit 0e10975

Please sign in to comment.