Version with actor condition description is 21

This commit is contained in:
Nut.andor
2025-02-15 17:04:23 +01:00
parent 56fff8a730
commit 1555bd63db
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
v0.6.20
v0.6.21

View File

@@ -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"

View File

@@ -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";