From c2e7733b8e97b25d61555457f24a17171cbab122 Mon Sep 17 00:00:00 2001 From: Leonardo Sarra Date: Sat, 19 Oct 2019 23:32:05 +0200 Subject: [PATCH] Bump version number again --- pom.xml | 2 +- src/launcher/Main.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b1f2a43..a967f4f 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 org.lithium Guild_Wars_2_Launcher - 1.0.8 + 1.0.9 Guild Wars 2 Launcher Custom launcher for Guild Wars 2 with the purpose to keep ArcDPS up-to-date and fully functional diff --git a/src/launcher/Main.java b/src/launcher/Main.java index 0f776b8..43841cf 100644 --- a/src/launcher/Main.java +++ b/src/launcher/Main.java @@ -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 {