File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/kitteh/tim Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 " )
6161public class Tim {
6262 public static final String COMMAND_ARG_ENCHANTMENT = "enchantment" ;
6363 public static final String COMMAND_ARG_LEVEL = "level" ;
You can’t perform that action at this time.
0 commit comments