Bump internal release version and add missing javadoc

This commit is contained in:
Luck 2016-09-05 20:06:41 +01:00
parent 60bcd5f643
commit 995fc2ccd8
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ public interface LuckPermsApi {
/** /**
* @return the platform LuckPerms is running on * @return the platform LuckPerms is running on
* @since 2.7
*/ */
PlatformType getPlatformType(); PlatformType getPlatformType();

View File

@ -67,7 +67,7 @@ public class ApiProvider implements LuckPermsApi {
@Override @Override
public double getApiVersion() { public double getApiVersion() {
return 2.6; return 2.7;
} }
@Override @Override