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 e5de4c3 commit 39185d7Copy full SHA for 39185d7
pom.xml
@@ -8,7 +8,7 @@
8
<artifactId>tim</artifactId>
9
10
<name>Tim the Enchanter</name>
11
- <version>4.0.2-SNAPSHOT</version>
+ <version>4.0.3</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 = "org.kitteh.tim", name = "Tim the Enchanter", version = "4.0.1")
+@Plugin(id = "tim", name = "Tim the Enchanter", version = "4.0.3-for-4.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