From 1555bd63db419310aa3a54251e662dc576500ab2 Mon Sep 17 00:00:00 2001 From: "Nut.andor" Date: Sat, 15 Feb 2025 17:04:23 +0100 Subject: [PATCH] Version with actor condition description is 21 --- packaging/ATCS_latest | 2 +- packaging/Windows/ATCS_Installer.nsi | 2 +- src/com/gpl/rpg/atcontentstudio/ATContentStudio.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/ATCS_latest b/packaging/ATCS_latest index f2d3096..b61b75b 100644 --- a/packaging/ATCS_latest +++ b/packaging/ATCS_latest @@ -1 +1 @@ -v0.6.20 \ No newline at end of file +v0.6.21 \ No newline at end of file diff --git a/packaging/Windows/ATCS_Installer.nsi b/packaging/Windows/ATCS_Installer.nsi index 68a686d..8dcfada 100644 --- a/packaging/Windows/ATCS_Installer.nsi +++ b/packaging/Windows/ATCS_Installer.nsi @@ -1,6 +1,6 @@ !include MUI2.nsh -!define VERSION "0.6.20" +!define VERSION "0.6.21" !define TRAINER_VERSION "0.1.5" !define JAVA_BIN "java" !define ATCS_SOURCE_DIR "C:\ATCS" diff --git a/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java b/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java index b448cb3..e53645f 100644 --- a/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java +++ b/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java @@ -42,7 +42,7 @@ import com.gpl.rpg.atcontentstudio.ui.WorkspaceSelector; public class ATContentStudio { public static final String APP_NAME = "Andor's Trail Content Studio"; - public static final String APP_VERSION = "v0.6.20"; + public static final String APP_VERSION = "v0.6.21"; public static final String CHECK_UPDATE_URL = "https://andorstrail.com/static/ATCS_latest"; public static final String DOWNLOAD_URL = "https://andorstrail.com/viewtopic.php?f=6&t=4806";