Skip to content

Commit

Permalink
1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizlim authored and Rizlim committed Jun 3, 2019
1 parent 0a86559 commit 1b45480
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 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.2</version>
<version>1.11.3</version>

<properties>
<kotlin.version>1.3.0</kotlin.version>
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.2"
var version = "1.11.3"
var debugging = false
var install_dir = ""
var github_token = ""
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/update_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@
<li>Fix some bugs with Externals</li>
<li>FilterBlast Loot Filters support</li>
<li>Generally Code enhancements</li>
<li>Taskkill properly kills AHKs now</li>
<li>Hotfix: SQL sux ok</li>
<li>Hotfix-2: File extension checking</li>
<li>Hotfix-3: More SQL issues</li>
</ul>

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

0 comments on commit 1b45480

Please sign in to comment.