Skip to content

Commit

Permalink
Merge pull request #3094 from ShaneBeee/update/alpha5
Browse files Browse the repository at this point in the history
Prepare for release of 2.5-alpha5
  • Loading branch information
TheBentoBox committed Jul 2, 2020
2 parents 13f4b17 + ac1471f commit 558e9c6
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-alpha4
version=2.5-alpha5
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@Description("Checks if a block is powered by redstone")
@Examples({"if clicked block is redstone powered:",
"\tsend \"This block is well-powered by redstone!\""})
@Since("INSERT VERSION")
@Since("2.5")
public class CondIsBlockRedstonePowered extends PropertyCondition<Block> {

static {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@Description("Power of a redstone block")
@Examples({"if redstone power of targeted block is 15:",
"\tsend \"This block is very powerful!\""})
@Since("INSERT VERSION")
@Since("2.5")
public class ExprRedstoneBlockPower extends SimplePropertyExpression<Block, Number> {

static {
Expand Down

0 comments on commit 558e9c6

Please sign in to comment.