Skip to content

Commit 486880f

Browse files
committed
Version to 4.1.0 for release
1 parent 8a1ad89 commit 486880f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-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.1.0-SNAPSHOT</version>
11+
<version>4.1.0</version>
1212

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
*/
5555
@Plugin(id = "tim", name = "Tim the Enchanter", version = "4.1.0-for-7.0")
5656
public final class Tim {
57-
5857
public static final String COMMAND_ARG_ENCHANTMENT = "enchantment";
5958
public static final String COMMAND_ARG_LEVEL = "level";
6059

0 commit comments

Comments
 (0)