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 b1a000d commit cca7e95Copy full SHA for cca7e95
pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>tim</artifactId>
9
10
<name>Tim the Enchanter</name>
11
- <version>4.0.3-SNAPSHOT</version>
+ <version>4.0.3</version>
12
13
<url>http://kitteh.org/</url>
14
<properties>
src/main/java/org/kitteh/tim/Tim.java
@@ -58,7 +58,7 @@
58
/**
59
* I... am an enchanter.
60
*/
61
-@Plugin(id = "org.kitteh.tim", name = "Tim the Enchanter", version = "4.0.1")
+@Plugin(id = "tim", name = "Tim the Enchanter", version = "4.0.3-for-5.0")
62
public class Tim {
63
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
64
public static final String COMMAND_ARG_LEVEL = "level";
0 commit comments