Skip to content

Commit

Permalink
Version to 4.0.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Feb 14, 2016
1 parent 70f445c commit 11fcd59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>vanish</artifactId>

<name>Vanish</name>
<version>4.0.1-SNAPSHOT</version>
<version>4.0.1</version>

<url>http://kitteh.org/</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/kitteh/vanish/Vanish.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/**
* Spiritual successor to VanishNoPacket, for Sponge.
*/
@Plugin(id = "Vanish", name = "Vanish", version = "4.0.1-SNAPSHOT")
@Plugin(id = "Vanish", name = "Vanish", version = "4.0.1")
public class Vanish {
public static final String PERMISSION_VANISH = "vanish.vanish";

Expand Down

0 comments on commit 11fcd59

Please sign in to comment.