- Preparing Forge for Android publish 1.6.28.002.

This commit is contained in:
Agetian
2019-09-07 20:51:14 +03:00
parent 21af87b906
commit f64b59a140
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.28.001";
public static final String CURRENT_VERSION = "1.6.28.002";
private static final ApplicationListener app = new Forge();
private static Clipboard clipboard;