Version 1.1.1-SNAPSHOT (develop)

Rather than releasing a minor version, we will release a bug-fix focused one.
This commit is contained in:
Florian CUNY 2019-01-26 15:23:46 +01:00
parent 5f49e2b17b
commit 6155a8cf80
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>world.bentobox</groupId>
<artifactId>bentobox</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
<name>BentoBox</name>
<description>Expandable Minecraft Spigot plugin for island-type games like SkyBlock or AcidIsland.</description>

View File

@ -90,7 +90,7 @@ public class Settings implements DataObject {
@ConfigComment("It can be spammy if there are a lot of superflat chunks to regenerate.")
@ConfigComment("However, as superflat chunks regeneration can be performance-intensive, it is recommended to keep")
@ConfigComment("this setting set to true, as it will help you know if there are regenerations taking place.")
@ConfigEntry(path = "logs.clean-super-flat-chunks", since = "1.1")
@ConfigEntry(path = "logs.clean-super-flat-chunks", since = "1.1.1")
private boolean logCleanSuperFlatChunks = true;
/*