Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bensku committed Sep 3, 2019
1 parent f09ac85 commit dbe2f75
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,3 +1,3 @@
groupid=ch.njol
name=skript
version=2.4-beta5
version=2.4-beta6
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
@Description({"Checks if the given string is alphanumeric."})
@Examples({"if the argument is not alphanumeric:",
" send \"Invalid name!\""})
@Since("INSERT VERSION")
@Since("2.4")
public class CondAlphanumeric extends Condition {

static {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/expressions/ExprName.java
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
" set the player's display name to \"<red>[admin] <gold>%name of player%\"",
" set the player's tab list name to \"<green>%player's name%\"",
"set the name of the player's tool to \"Legendary Sword of Awesomeness\""})
@Since("before 2.1, 2.2-dev20 (inventory name), INSERT VERSION (non-living entity support, changeable inventory name)")
@Since("before 2.1, 2.2-dev20 (inventory name), 2.4 (non-living entity support, changeable inventory name)")
public class ExprName extends SimplePropertyExpression<Object, String> {

@Nullable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@Name("Reversed List")
@Description("Reverses given list.")
@Examples({"set {_list::*} to reversed {_list::*}"})
@Since("INSERT VERSION")
@Since("2.4")
public class ExprReversedList extends SimpleExpression<Object> {

static {
Expand Down

0 comments on commit dbe2f75

Please sign in to comment.