We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaf3d3 commit 08a9449Copy full SHA for 08a9449
pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>tim</artifactId>
9
10
<name>Tim the Enchanter</name>
11
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0</version>
12
13
<url>http://kitteh.org/</url>
14
<properties>
src/main/java/org/kitteh/tim/Tim.java
@@ -57,7 +57,7 @@
57
/**
58
* I... am an enchanter.
59
*/
60
-@Plugin(id = "Tim", name = "Tim the Enchanter", version = "4.0.0-SNAPSHOT")
+@Plugin(id = "Tim", name = "Tim the Enchanter", version = "4.0.0")
61
public class Tim {
62
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
63
public static final String COMMAND_ARG_LEVEL = "level";
0 commit comments