Skip to content

Commit cca7e95

Browse files
committed
Version to 4.0.3 for release
1 parent b1a000d commit cca7e95

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>tim</artifactId>
99

1010
<name>Tim the Enchanter</name>
11-
<version>4.0.3-SNAPSHOT</version>
11+
<version>4.0.3</version>
1212

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

src/main/java/org/kitteh/tim/Tim.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
/**
5959
* I... am an enchanter.
6060
*/
61-
@Plugin(id = "org.kitteh.tim", name = "Tim the Enchanter", version = "4.0.1")
61+
@Plugin(id = "tim", name = "Tim the Enchanter", version = "4.0.3-for-5.0")
6262
public class Tim {
6363
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
6464
public static final String COMMAND_ARG_LEVEL = "level";

0 commit comments

Comments
 (0)