Skip to content

Commit 68dbf24

Browse files
committed
Version to 4.0.2 for release
1 parent 25307bc commit 68dbf24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>vanish</artifactId>
99

1010
<name>Vanish</name>
11-
<version>4.0.2-SNAPSHOT</version>
11+
<version>4.0.2</version>
1212

1313
<url>http://kitteh.org/</url>
1414
<properties>

src/main/java/org/kitteh/vanish/Vanish.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* Spiritual successor to VanishNoPacket, for Sponge.
3535
*/
36-
@Plugin(id = "Vanish", name = "Vanish", version = "4.0.2-SNAPSHOT")
36+
@Plugin(id = "Vanish", name = "Vanish", version = "4.0.2")
3737
public class Vanish {
3838
public static final String PERMISSION_VANISH = "vanish.vanish";
3939

0 commit comments

Comments
 (0)