Skip to content

Commit

Permalink
Prepare for release of 2.5-beta3 (#3342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee authored Aug 28, 2020
1 parent dcd89af commit bf5015a
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
@@ -1,3 +1,3 @@
groupid=ch.njol
name=skript
version=2.5-beta2
version=2.5-beta3
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
@Examples({"event-inventory's amount of rows",
"holder of player's top inventory",
"{_inventory}'s viewers"})
@Since("2.2-dev34, INSERT VERSION (slots)")
@Since("2.2-dev34, 2.5 (slots)")
public class ExprInventoryInfo extends SimpleExpression<Object> {

private final static int HOLDER = 1, VIEWERS = 2, ROWS = 3, SLOTS = 4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@Examples({"message \"You have %player's money%\" # the currency name will be added automatically",
"remove 20$ from the player's balance # replace '$' by whatever currency you use",
"add 200 to the player's account # or omit the currency alltogether"})
@Since("2.0, INSERT VERSION (offline player support)")
@Since("2.0, 2.5 (offline player support)")
@RequiredPlugins({"Vault", "a permission plugin that supports Vault"})
public class ExprBalance extends SimplePropertyExpression<OfflinePlayer, Money> {
static {
Expand Down

0 comments on commit bf5015a

Please sign in to comment.