- Preparing Forge for Android publish 1.6.13.002 [hotfix].

This commit is contained in:
Michael Kamensky
2018-08-04 13:02:10 +03:00
parent 0a2dd16d83
commit 91ebc8549c
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ import java.util.List;
import java.util.Stack;
public class Forge implements ApplicationListener {
public static final String CURRENT_VERSION = "1.6.13.001";
public static final String CURRENT_VERSION = "1.6.13.002";
private static final ApplicationListener app = new Forge();
private static Clipboard clipboard;