From 3c63ace6c11eac25677ab6838997dabaf2d4be9c Mon Sep 17 00:00:00 2001 From: Zukero Date: Sat, 9 Dec 2017 15:51:03 +0100 Subject: [PATCH] v0.6.9 released. --- ATCS_JAR.jardesc | 12 ++++++------ packaging/ATCS_latest | 2 +- packaging/Windows/ATCS_Installer.nsi | 2 +- src/com/gpl/rpg/atcontentstudio/ATContentStudio.java | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ATCS_JAR.jardesc b/ATCS_JAR.jardesc index c177a5a..5a76d4d 100644 --- a/ATCS_JAR.jardesc +++ b/ATCS_JAR.jardesc @@ -1,7 +1,7 @@ - - + + @@ -11,9 +11,9 @@ - - - - + + + + diff --git a/packaging/ATCS_latest b/packaging/ATCS_latest index 52c6119..c80f388 100644 --- a/packaging/ATCS_latest +++ b/packaging/ATCS_latest @@ -1 +1 @@ -v0.6.7 \ No newline at end of file +v0.6.9 \ No newline at end of file diff --git a/packaging/Windows/ATCS_Installer.nsi b/packaging/Windows/ATCS_Installer.nsi index 581c9bc..f008e94 100644 --- a/packaging/Windows/ATCS_Installer.nsi +++ b/packaging/Windows/ATCS_Installer.nsi @@ -1,6 +1,6 @@ !include MUI2.nsh -!define VERSION "0.6.8" +!define VERSION "0.6.9" !define TRAINER_VERSION "0.1.4" !define JAVA_BIN "javaw" diff --git a/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java b/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java index fd6e69c..60b7ac2 100644 --- a/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java +++ b/src/com/gpl/rpg/atcontentstudio/ATContentStudio.java @@ -43,7 +43,7 @@ import prefuse.data.expression.parser.ExpressionParser; public class ATContentStudio { public static final String APP_NAME = "Andor's Trail Content Studio"; - public static final String APP_VERSION = "v0.6.8"; + public static final String APP_VERSION = "v0.6.9"; 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";