Version 0.5.1 with bugfixes and support for map color filter changes as

dialogue reward.
This commit is contained in:
Zukero
2017-02-23 18:54:01 +01:00
parent 8f2e835e9c
commit baa027bc41
7 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ import com.gpl.rpg.atcontentstudio.ui.WorkspaceSelector;
public class ATContentStudio {
public static final String APP_NAME = "Andor's Trail Content Studio";
public static final String APP_VERSION = "v0.5.0";
public static final String APP_VERSION = "v0.5.1";
public static boolean STARTED = false;
public static StudioFrame frame = null;