Skip to content

Commit

Permalink
Prepare for 2.6.2 release (#4754)
Browse files Browse the repository at this point in the history
  • Loading branch information
APickledWalrus committed May 21, 2022
1 parent 0b04716 commit 2c0b88b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groupid=ch.njol
name=skript
version=2.6.1
version=2.6.2
jarName=Skript.jar
testEnv=paper-1.16.5
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/expressions/ExprHanging.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"\t\tcancel event",
"\t\tif hanging remover is a player:",
"\t\t\tsend \"You can't break that item frame!\" to hanging remover"})
@Since("INSERT VERSION")
@Since("2.6.2")
public class ExprHanging extends SimpleExpression<Entity> {

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
@Examples({"command /protocolversion &ltplayer&gt:",
"\ttrigger:",
"\t\tsend \"Protocol version of %arg-1%: %protocol version of arg-1%\""})
@Since("INSERT VERSION")
@Since("2.6.2")
@RequiredPlugins("Paper 1.12.2 or newer")
public class ExprPlayerProtocolVersion extends SimplePropertyExpression<Player, Integer> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@Name("Saturation")
@Description("The saturation of a player. If used in a player event, it can be omitted and will default to event-player.")
@Examples("set saturation of player to 20")
@Since("2.2-Fixes-v10, 2.2-dev35 (fully modifiable), INSERT VERSION (syntax pattern changed)")
@Since("2.2-Fixes-v10, 2.2-dev35 (fully modifiable), 2.6.2 (syntax pattern changed)")
public class ExprSaturation extends SimplePropertyExpression<Player, Number> {

static {
Expand Down

0 comments on commit 2c0b88b

Please sign in to comment.