Bump to 0.5.2
This commit is contained in:
parent
338509c8d1
commit
2fa2cd9b95
2 changed files with 1 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<groupId>nl.SBDeveloper</groupId>
|
||||
<artifactId>V10Lift2</artifactId>
|
||||
<name>V10Lift</name>
|
||||
<version>0.5.1</version>
|
||||
<version>0.5.2</version>
|
||||
|
||||
<distributionManagement>
|
||||
<repository>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
package nl.SBDeveloper.V10Lift;
|
||||
|
||||
import com.fasterxml.jackson.core.JsonProcessingException;
|
||||
import com.google.common.base.MoreObjects;
|
||||
import nl.SBDeveloper.V10Lift.API.V10LiftAPI;
|
||||
import nl.SBDeveloper.V10Lift.Commands.V10LiftCommand;
|
||||
import nl.SBDeveloper.V10Lift.Listeners.BlockBreakListener;
|
||||
|
@ -19,7 +18,6 @@ import org.bukkit.plugin.java.JavaPlugin;
|
|||
|
||||
import java.sql.SQLException;
|
||||
import java.util.Objects;
|
||||
import java.util.Optional;
|
||||
|
||||
public class V10LiftPlugin extends JavaPlugin {
|
||||
|
||||
|
|
Loading…
Reference in a new issue