Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshal committed Jan 31, 2016
1 parent e75b160 commit 0c2204e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.jacobmarshall.meloooncensor</groupId>
<artifactId>meloooncensor</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.jacobmarshall.meloooncensor</groupId>
<artifactId>meloooncensor</artifactId>
<version>3.0.2</version>
<version>3.0.3</version>

<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: MelooonCensor
main: io.github.jacobmarshall.meloooncensor.MelooonCensor
version: 3.0.2
version: 3.0.3
author: Jacob Marshall <[email protected]>
commands:
censor:
description: Add/remove censored/ignored words from chat.
aliases: [mcensor, meloooncensor]
usage: "/censor add (censor|ignore) (word),remove (censor|ignore) (word), list (censor|ignore), (enable|disable)"
usage: "/censor add (censor|ignore) (word),remove (censor|ignore) (word), list (censor|ignore), (enable|disable), reload"

0 comments on commit 0c2204e

Please sign in to comment.