Skip to content

Commit

Permalink
Hotfix-4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizlim authored and Rizlim committed Jun 4, 2019
1 parent e676f58 commit ae7b909
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>RizlimDev</groupId>
<artifactId>PoE-Addon-Launcher-Core</artifactId>
<version>1.11.3</version>
<version>1.11.4</version>

<properties>
<kotlin.version>1.3.0</kotlin.version>
Expand Down
3 changes: 2 additions & 1 deletion src/main/kotlin/PAL2/GUI/CoreController.kt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class CoreController : Initializable
PAL2.SystemHandling.launchPoE()
}

removeTempDownloads()
// TODO: Disabled until changed.
//removeTempDownloads()

GlobalScope.launch {
Externals.checkForUpdatesAndUpdateExternals()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/PAL2/GlobalData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class GlobalData
{
companion object
{
var version = "1.11.3"
var version = "1.11.4"
var debugging = false
var install_dir = ""
var github_token = ""
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/update_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<li>Hotfix: SQL sux ok</li>
<li>Hotfix-2: File extension checking</li>
<li>Hotfix-3: More SQL issues</li>
<li>Hotfix-4: Disabled auto-deltion of temp_downloads due to improper explination of temp_downloads</li>
</ul>

<div class="block_1 hline-bottom"><h1>Version 1.0.10</h1></div>
Expand Down

0 comments on commit ae7b909

Please sign in to comment.