Skip to content

Commit

Permalink
Prepare For Release (2.8.6) (#6751)
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderscoreTud authored Jun 1, 2024
1 parent 6e3e725 commit 159fd3c
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.8.5
version=2.8.6
jarName=Skript.jar
testEnv=java21/paper-1.20.6
testEnvJavaVersion=21
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"on explode:",
"\tadd blocks above event-entity to exploded blocks"})
@Events("explode")
@Since("2.5, INSERT VERSION (modify blocks)")
@Since("2.5, 2.8.6 (modify blocks)")
public class ExprExplodedBlocks extends SimpleExpression<Block> {

static {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/sections/EffSecSpawn.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"spawn a zombie at the player:",
"\tset name of the zombie to \"\""
})
@Since("1.0, 2.6.1 (with section), INSERT VERSION (dropped items)")
@Since("1.0, 2.6.1 (with section), 2.8.6 (dropped items)")
public class EffSecSpawn extends EffectSection {

public static class SpawnEvent extends Event {
Expand Down

0 comments on commit 159fd3c

Please sign in to comment.