From 0ea57a374a6747ee6a4cbb0039eff984faf4a899 Mon Sep 17 00:00:00 2001 From: xfarrow Date: Thu, 10 Aug 2023 10:23:10 +0200 Subject: [PATCH] v1.0.5 --- Guify/src/code/Constants.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Guify/src/code/Constants.java b/Guify/src/code/Constants.java index 0a4a87b..f890341 100644 --- a/Guify/src/code/Constants.java +++ b/Guify/src/code/Constants.java @@ -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;