Skip to content

Commit

Permalink
Bump version number again
Browse files Browse the repository at this point in the history
  • Loading branch information
leosarra committed Oct 19, 2019
1 parent 00b0fd1 commit c2e7733
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.lithium</groupId>
<artifactId>Guild_Wars_2_Launcher</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<name>Guild Wars 2 Launcher</name>

<description>Custom launcher for Guild Wars 2 with the purpose to keep ArcDPS up-to-date and fully functional</description>
Expand Down
2 changes: 1 addition & 1 deletion src/launcher/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class Main {
private static final String username = "LithiumSR";
private static final String repoName = "gw2_launcher";
private static final String version = "1.0.7";
private static final String version = "1.0.9";

public static void main(String[] args) throws InterruptedException {

Expand Down

0 comments on commit c2e7733

Please sign in to comment.