This commit is contained in:
xfarrow
2023-08-10 10:23:10 +02:00
parent 8dcde7c309
commit 0ea57a374a

View File

@@ -4,8 +4,8 @@ import java.awt.Color;
public class Constants {
public static final String APP_NAME = "Guify";
public static final String VERSION = "1.0.4";
public static final int VERSION_PROGRESSIVE = 4;
public static final String VERSION = "1.0.5";
public static final int VERSION_PROGRESSIVE = 5;
public static class Constants_FSOperations {
public static final int NONE = 0;