Bump to 0.5.2

This commit is contained in:
stijnb1234 2020-02-21 10:27:44 +01:00
parent 338509c8d1
commit 2fa2cd9b95
2 changed files with 1 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<groupId>nl.SBDeveloper</groupId> <groupId>nl.SBDeveloper</groupId>
<artifactId>V10Lift2</artifactId> <artifactId>V10Lift2</artifactId>
<name>V10Lift</name> <name>V10Lift</name>
<version>0.5.1</version> <version>0.5.2</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View file

@ -1,7 +1,6 @@
package nl.SBDeveloper.V10Lift; package nl.SBDeveloper.V10Lift;
import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.JsonProcessingException;
import com.google.common.base.MoreObjects;
import nl.SBDeveloper.V10Lift.API.V10LiftAPI; import nl.SBDeveloper.V10Lift.API.V10LiftAPI;
import nl.SBDeveloper.V10Lift.Commands.V10LiftCommand; import nl.SBDeveloper.V10Lift.Commands.V10LiftCommand;
import nl.SBDeveloper.V10Lift.Listeners.BlockBreakListener; import nl.SBDeveloper.V10Lift.Listeners.BlockBreakListener;
@ -19,7 +18,6 @@ import org.bukkit.plugin.java.JavaPlugin;
import java.sql.SQLException; import java.sql.SQLException;
import java.util.Objects; import java.util.Objects;
import java.util.Optional;
public class V10LiftPlugin extends JavaPlugin { public class V10LiftPlugin extends JavaPlugin {