updated poms with new version

This commit is contained in:
BetaSteward 2010-12-21 23:25:54 -05:00
parent 55957f17a0
commit 66d3ad1b15
22 changed files with 23 additions and 23 deletions

View file

@ -55,7 +55,7 @@ public class Main {
private final static String testModeArg = "-testMode=";
private final static String pluginFolder = "plugins";
private final static String version = "0.5";
private final static String version = "0.5.1";
public static PluginClassLoader classLoader = new PluginClassLoader();
public static ServerImpl server;