Skip to content

Commit 11fcd59

Browse files
committed
Version to 4.0.1 for release
1 parent 70f445c commit 11fcd59

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.1-SNAPSHOT</version>
11+
<version>4.0.1</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.1-SNAPSHOT")
36+
@Plugin(id = "Vanish", name = "Vanish", version = "4.0.1")
3737
public class Vanish {
3838
public static final String PERMISSION_VANISH = "vanish.vanish";
3939

0 commit comments

Comments
 (0)