- Preparing Forge for Android publish 1.6.6.002 [hotfix].

This commit is contained in:
Agetian
2018-01-23 11:05:17 +03:00
parent 7d57af98fd
commit 2e0af3c3fe
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.6.001";
public static final String CURRENT_VERSION = "1.6.6.002";
private static final ApplicationListener app = new Forge();
private static Clipboard clipboard;