Skip to content

Commit 39185d7

Browse files
committed
Version to 4.0.3 for release
1 parent e5de4c3 commit 39185d7

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.2-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
@@ -57,7 +57,7 @@
5757
/**
5858
* I... am an enchanter.
5959
*/
60-
@Plugin(id = "org.kitteh.tim", name = "Tim the Enchanter", version = "4.0.1")
60+
@Plugin(id = "tim", name = "Tim the Enchanter", version = "4.0.3-for-4.0")
6161
public class Tim {
6262
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
6363
public static final String COMMAND_ARG_LEVEL = "level";

0 commit comments

Comments
 (0)