Skip to content

Commit

Permalink
Prepare for release of 2.5-alpha3 (#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneBeee authored Mar 29, 2020
1 parent 1f47a70 commit 71cd09b
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-alpha2
version=2.5-alpha3
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
@Examples({"if the last spawned creeper is going to explode:",
"\tloop all players in radius 3 of the last spawned creeper",
"\t\tsend \"RUN!!!\" to the loop-player"})
@Since("INSERT VERSION")
@Since("2.5")
@RequiredPlugins("Paper 1.13 or newer")
public class CondIgnitionProcess extends PropertyCondition<LivingEntity> {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@Description("Starts the explosion process of a creeper or instantly explodes it.")
@Examples({"start explosion of the last spawned creeper",
"stop ignition of the last spawned creeper"})
@Since("INSERT VERSION")
@Since("2.5")
@RequiredPlugins("Paper 1.13 or newer/Spigot 1.14 or newer. Ignition can be stopped on Paper 1.13 or newer.")
public class EffExplodeCreeper extends Effect {

Expand Down

0 comments on commit 71cd09b

Please sign in to comment.