Forgot to increment versions of changed hooks.

This commit is contained in:
asofold 2013-03-03 14:13:25 +01:00
parent 46fa467755
commit 11b6c18c74
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ public final class HookPlayerClass extends AbstractHook implements ConfigurableH
@Override
public final String getHookVersion() {
return "2.2";
return "2.3";
}
@Override

View File

@ -91,7 +91,7 @@ public class HookFacadeImpl implements HookFacade, NCPHook {
@Override
public String getHookVersion() {
return "2.2";
return "2.3";
}
@Override