Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizlim authored and Rizlim committed May 31, 2019
1 parent d5c2c63 commit f106d8d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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>b18</version>
<version>1.0.9</version>

<properties>
<kotlin.version>1.3.0</kotlin.version>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
Expand Down Expand Up @@ -194,7 +194,7 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>
</dependency>
<dependency>
<groupId>io.github.microutils</groupId>
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 @@ -8,7 +8,7 @@ class GlobalData
{
companion object
{
var version = "1.0.8"
var version = "1.0.9"
var debugging = false
var install_dir = ""
var github_token = ""
Expand Down
5 changes: 5 additions & 0 deletions src/main/resources/update_notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@

</style>
<body>
<div class="block_1 hline-bottom"><h1>Version 1.0.9</h1></div>
<ul>
<li>Update to dependencies</li>
</ul>

<div class="block_1 hline-bottom"><h1>Version 1.0.8</h1></div>
<ul>
<li>Renewed Excelsior JET License</li>
Expand Down

0 comments on commit f106d8d

Please sign in to comment.