Skip to content

Commit

Permalink
Prepare for release, now for real
Browse files Browse the repository at this point in the history
  • Loading branch information
bensku committed Oct 13, 2018
1 parent 27bfe1b commit 2b8e7a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 id="nav-title">Skript Documentation</h1>
<h1 id="nav-title">Documentation</h1>

<div id="content">
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
@Description("Suppresses target warnings from the current script.")
@Examples({"locally suppress conflict warnings",
"suppress the variable save warnings"})
@Since("INSERT VERSION")
@Since("2.3")
public class EffSuppressWarnings extends Effect {
static {
Skript.registerEffect(EffSuppressWarnings.class, "[local[ly]] suppress [the] (1¦conflict|2¦variable save|3¦[missing] conjunction[s]|4¦starting [with] expression[s]) warning[s]");
Expand Down

0 comments on commit 2b8e7a4

Please sign in to comment.