This commit is contained in:
xfarrow 2023-08-03 10:30:46 +02:00
parent 04bc07266b
commit 323598a779
1 changed files with 2 additions and 2 deletions

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.2";
public static final int VERSION_PROGRESSIVE = 2;
public static final String VERSION = "1.0.3";
public static final int VERSION_PROGRESSIVE = 3;
public static class Constants_FSOperations{
public static final int NONE = 0;