Skip to content

Commit

Permalink
Yes I think so
Browse files Browse the repository at this point in the history
  • Loading branch information
mbax committed Jan 8, 2016
1 parent faaf3d3 commit 08a9449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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-SNAPSHOT</version>
<version>4.0.0</version>

<url>http://kitteh.org/</url>
<properties>
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-SNAPSHOT")
@Plugin(id = "Tim", name = "Tim the Enchanter", version = "4.0.0")
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 08a9449

Please sign in to comment.