Skip to content

Commit

Permalink
Version to 4.0.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Feb 15, 2016
1 parent 25307bc commit 68dbf24
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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT")
@Plugin(id = "Vanish", name = "Vanish", version = "4.0.2")
public class Vanish {
public static final String PERMISSION_VANISH = "vanish.vanish";

Expand Down

0 comments on commit 68dbf24

Please sign in to comment.