Skip to content

Commit

Permalink
Prepare for release 1.3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasluqui committed Jul 7, 2020
1 parent a1700e4 commit a3346fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>KnightLauncher</groupId>
<artifactId>KnightLauncher</artifactId>
<version>1.3.3.1</version>
<version>1.3.3.2</version>
<name>KnightLauncher</name>
<description>Advanced game launcher for Spiral Knights</description>

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.3.3.1";
public static final String VERSION = "1.3.3.2";
public static final String LNK_FILE_NAME = "Knight Launcher";
public static final String EVENT_QUERY_URL = "https://upsilonapi.lucasallegri.xyz/event";
public static final String VERSION_QUERY_URL = "https://upsilonapi.lucasallegri.xyz/knightlauncher/version.txt";
Expand Down

0 comments on commit a3346fc

Please sign in to comment.