Skip to content

Commit

Permalink
Prepare for PRE-RELEASE 7
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasluqui committed Feb 16, 2020
1 parent fd21cb7 commit 456b5d7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>KnightLauncher</groupId>
<artifactId>KnightLauncher</artifactId>
<version>1.0.0-PRE7_dev</version>
<version>1.0.0-PRE7</version>
<name>KnightLauncher</name>
<description>Advanced game launcher for Spiral Knights</description>

Expand Down
1 change: 0 additions & 1 deletion src/xyz/lucasallegri/launcher/Boot.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public static void onBootStart() {
KnightLog.logException(ex);
}

KnightLog.log.info(System.getProperty("java.home"));
setupLookAndFeel();
Fonts.setup();
checkForDirectories();
Expand Down
2 changes: 1 addition & 1 deletion src/xyz/lucasallegri/launcher/LauncherConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

public class LauncherConstants {

public static final String VERSION = "1.0.0-PRE7_dev";
public static final String VERSION = "1.0.0-PRE7";
public static final String ROOT_FOLDER_NAME = "KnightLauncher";
public static final String[] STANDALONE_CLIENT_ARGS = {"java","-Dsun.java2d.d3d=false", "-Dcheck_unpacked=true", "-jar",System.getProperty("user.dir") + File.separator + "getdown-pro.jar",".","client"};

Expand Down

0 comments on commit 456b5d7

Please sign in to comment.