Sponge version bump to 4.2.1

This commit is contained in:
Rsl1122 2018-04-13 23:02:11 +03:00
parent 01431cf4aa
commit 23a3fc441b
2 changed files with 13 additions and 13 deletions

View File

@ -23,7 +23,7 @@ import org.spongepowered.api.plugin.Plugin;
import java.io.File;
import java.io.InputStream;
@Plugin(id = "plan", name = "Plan", version = "4.2.0", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
@Plugin(id = "plan", name = "Plan", version = "4.2.1", description = "Player Analytics Plugin by Rsl1122", authors = {"Rsl1122"})
public class PlanSponge extends SpongePlugin implements PlanPlugin {
@Inject
@ -114,7 +114,7 @@ public class PlanSponge extends SpongePlugin implements PlanPlugin {
@Override
public String getVersion() {
return "4.2.0";
return "4.2.1";
}
public SpongeSystem getSystem() {