Skip to content

Commit cc51b23

Browse files
committed
And so, we're... we're... we're looking for it.
1 parent 08a9449 commit cc51b23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.0</version>
11+
<version>4.0.1</version>
1212

1313
<url>http://kitteh.org/</url>
1414
<properties>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.spongepowered</groupId>
7171
<artifactId>spongeapi</artifactId>
72-
<version>3.0.0</version>
72+
<version>4.0.0</version>
7373
<type>jar</type>
7474
<optional>true</optional>
7575
<scope>provided</scope>

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 = "Tim", name = "Tim the Enchanter", version = "4.0.0")
60+
@Plugin(id = "org.kitteh.tim", name = "Tim the Enchanter", version = "4.0.1")
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)