Skip to content

Commit

Permalink
v0.6.12 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Zukero committed Jul 13, 2018
1 parent 9f5666e commit 84e46ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ATCS_JAR.jardesc
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="WINDOWS-1252" standalone="no"?>
<jardesc>
<jar path="ATContentStudio/ATCS_v0.6.11.jar"/>
<jar path="ATContentStudio/ATCS_v0.6.12.jar"/>
<options buildIfNeeded="true" compress="true" descriptionLocation="/ATContentStudio/ATCS_JAR.jardesc" exportErrors="true" exportWarnings="true" includeDirectoryEntries="false" overwrite="false" saveDescription="true" storeRefactorings="false" useSourceFolders="false"/>
<storedRefactorings deprecationInfo="true" structuralOnly="false"/>
<selectedProjects/>
Expand Down
2 changes: 1 addition & 1 deletion packaging/Windows/ATCS_Installer.nsi
@@ -1,6 +1,6 @@
!include MUI2.nsh

!define VERSION "0.6.11"
!define VERSION "0.6.12"
!define TRAINER_VERSION "0.1.4"
!define JAVA_BIN "javaw"

Expand Down
2 changes: 1 addition & 1 deletion src/com/gpl/rpg/atcontentstudio/ATContentStudio.java
Expand Up @@ -43,7 +43,7 @@
public class ATContentStudio {

public static final String APP_NAME = "Andor's Trail Content Studio";
public static final String APP_VERSION = "v0.6.11";
public static final String APP_VERSION = "v0.6.12";

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";
Expand Down

0 comments on commit 84e46ff

Please sign in to comment.