Mage Version 1.0.2

This commit is contained in:
LevelX2 2013-05-11 23:06:30 +02:00
parent ad4ff095de
commit 6b38cd5b18
37 changed files with 1721 additions and 1708 deletions

View file

@ -17,7 +17,7 @@ import java.util.UUID;
public class SimpleMageClient implements MageClient {
private UUID clientId;
private static final MageVersion version = new MageVersion(1, 0, 1, "");
private static final MageVersion version = new MageVersion(1, 0, 2, "");
private static final transient Logger log = Logger.getLogger(SimpleMageClient.class);