1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-26 05:49:00 +02:00

Make command usage send with the correct label & bump version

This commit is contained in:
Luck
2016-07-17 14:44:52 +01:00
parent d33a3ffcea
commit 24ff465679
60 changed files with 146 additions and 144 deletions

View File

@@ -28,7 +28,7 @@ import java.util.stream.Collectors;
@Getter
public class LPBukkitPlugin extends JavaPlugin implements LuckPermsPlugin {
public static final String VERSION = "v1.0";
public static final String VERSION = "v1.1";
private LPConfiguration configuration;
private UserManager userManager;