Skip to content

Commit

Permalink
Prepare For Release (2.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed Sep 1, 2024
1 parent 3fa9836 commit 474d6f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1
version=2.9.2
jarName=Skript.jar
testEnv=java21/paper-1.21.0
testEnvJavaVersion=21
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"\tif event-block is spawner:",
"\t\tsend \"Spawner's type is %target block's entity type%\""
})
@Since("2.4, INSERT VERSION (trial spawner)")
@Since("2.4, 2.9.2 (trial spawner)")
public class ExprSpawnerType extends SimplePropertyExpression<Block, EntityData> {

private static final boolean HAS_TRIAL_SPAWNER = Skript.classExists("org.bukkit.block.TrialSpawner");
Expand Down

0 comments on commit 474d6f3

Please sign in to comment.