From 1b45480908fa3a4df6842c90aa69972fe6584e37 Mon Sep 17 00:00:00 2001 From: Rizlim Date: Tue, 4 Jun 2019 00:24:42 +0200 Subject: [PATCH] 1.11.3 --- pom.xml | 2 +- src/main/kotlin/PAL2/GlobalData.kt | 2 +- src/main/resources/update_notes.html | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 272fc7f..1d90f88 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ RizlimDev PoE-Addon-Launcher-Core - 1.11.2 + 1.11.3 1.3.0 diff --git a/src/main/kotlin/PAL2/GlobalData.kt b/src/main/kotlin/PAL2/GlobalData.kt index df5fad4..6828d65 100644 --- a/src/main/kotlin/PAL2/GlobalData.kt +++ b/src/main/kotlin/PAL2/GlobalData.kt @@ -10,7 +10,7 @@ class GlobalData { companion object { - var version = "1.11.2" + var version = "1.11.3" var debugging = false var install_dir = "" var github_token = "" diff --git a/src/main/resources/update_notes.html b/src/main/resources/update_notes.html index f450a64..4f85159 100644 --- a/src/main/resources/update_notes.html +++ b/src/main/resources/update_notes.html @@ -65,8 +65,10 @@
  • Fix some bugs with Externals
  • FilterBlast Loot Filters support
  • Generally Code enhancements
  • +
  • Taskkill properly kills AHKs now
  • Hotfix: SQL sux ok
  • Hotfix-2: File extension checking
  • +
  • Hotfix-3: More SQL issues
  • Version 1.0.10