0

Updated API to version 3.2

This commit is contained in:
Pepich
2017-05-05 09:21:19 +02:00
parent 205cdb2d86
commit 1ee4a123d2
2 changed files with 18 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import com.redstoner.misc.mysql.MysqlHandler;
/** Main class. Duh.
*
* @author Pepich */
@Version(major = 3, minor = 1, revision = 1, compatible = -1)
@Version(major = 3, minor = 2, revision = 0, compatible = -1)
public class Main extends JavaPlugin
{
public static JavaPlugin plugin;