Skip to content

Commit

Permalink
And so, we're... we're... we're looking for it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Mar 8, 2016
1 parent 08a9449 commit cc51b23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<artifactId>tim</artifactId>

<name>Tim the Enchanter</name>
<version>4.0.0</version>
<version>4.0.1</version>

<url>http://kitteh.org/</url>
<properties>
Expand Down Expand Up @@ -69,7 +69,7 @@
<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>spongeapi</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
<type>jar</type>
<optional>true</optional>
<scope>provided</scope>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/kitteh/tim/Tim.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
/**
* I... am an enchanter.
*/
@Plugin(id = "Tim", name = "Tim the Enchanter", version = "4.0.0")
@Plugin(id = "org.kitteh.tim", name = "Tim the Enchanter", version = "4.0.1")
public class Tim {
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
public static final String COMMAND_ARG_LEVEL = "level";
Expand Down

0 comments on commit cc51b23

Please sign in to comment.